summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-16drm/virtio: Use the drm_driver.dumb_destroy defaultNoralf Trønnes3-11/+0
2017-08-16drm/bochs: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-08-16drm/mgag200: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-08-16drm/exynos: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes3-35/+2
2017-08-16drm/msm: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-08-16drm/ast: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-08-16drm/qxl: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-08-16drm/udl: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-08-16drm/cirrus: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-08-16drm/tegra: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes3-25/+0
2017-08-16drm/gma500: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes3-34/+0
2017-08-16drm/mxsfb: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-08-16drm/meson: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-08-16drm/kirin: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-08-14drm/vc4: Continue the switch to drm_*_put() helpersCihangir Akturk1-1/+1
2017-08-14drm/vc4: Fix leak of HDMI EDIDEric Anholt1-0/+1
2017-08-14dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2Christian König1-18/+15
2017-08-14dma-buf: add reservation_object_copy_fences (v2)Christian König2-0/+63
2017-08-11drm/tinydrm: add support for LEGO MINDSTORMS EV3 LCDDavid Lechner4-0/+445
2017-08-11dt-bindings: add binding for Sitronix ST7586 display panelsDavid Lechner1-0/+22
2017-08-11drm/mgag200: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk3-8/+8
2017-08-11drm/vgem: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2-3/+3
2017-08-11drm/udl: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2-5/+5
2017-08-11drm/cirrus: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2-6/+6
2017-08-11drm/ast: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk3-9/+9
2017-08-11drm/hisilicon: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2-6/+6
2017-08-11drm/rockchip: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk4-7/+7
2017-08-11drm/mediatek: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2-3/+3
2017-08-11drm: vboxvideo: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk3-6/+6
2017-08-11drm: Clean up drm_dev_unplugDaniel Vetter1-12/+3
2017-08-11drm: Only lastclose on unload for legacy driversDaniel Vetter1-1/+2
2017-08-11drm: Document device unplug infrastructureDaniel Vetter12-28/+51
2017-08-11drm: Extract drm_device.hDaniel Vetter2-174/+191
2017-08-09dma-buf: dma_fence_put is NULL safeChristian König1-4/+2
2017-08-09drm: make drm_mode_config_func constBhumika Goyal2-2/+2
2017-08-09drm/virtio: make drm_fb_helper_funcs constBhumika Goyal1-1/+1
2017-08-09drm/rockchip: make drm_connector_funcs structures constBhumika Goyal1-1/+1
2017-08-09drm/sun4i: make drm_connector_funcs structures constBhumika Goyal2-2/+2
2017-08-09drm/bridge: make drm_connector_funcs structures constBhumika Goyal1-1/+1
2017-08-09drm/tinydrm: Generalize tinydrm_xrgb8888_to_gray8()David Lechner3-32/+41
2017-08-09drm: Shift wrap bug in create_in_format_blob()Dan Carpenter1-1/+1
2017-08-09drm: bridge: dw-hdmi: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-08-09drm/bridge: make drm_bridge_funcs constBhumika Goyal2-2/+2
2017-08-08drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order.Eric Anholt4-6/+32
2017-08-08drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt6-108/+108
2017-08-08drm/vc4: switch to drm_*{get,put} helpersCihangir Akturk4-17/+17
2017-08-08drm/vc4: Fix errant drm_bridge_remove() in DSI.Eric Anholt1-1/+0
2017-08-08drm/vc4: Don't disable DSI clocks on component unload.Eric Anholt1-3/+0
2017-08-08drm/vc4: Fix double destroy of the BO cache on teardown.Eric Anholt1-2/+0
2017-08-08drm: Nuke drm_atomic_legacy_backoffDaniel Vetter2-34/+0