summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-1679-433/+804
|\
| * drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset()Noralf Trønnes2017-08-161-35/+0
| * drm/virtio: Use the drm_driver.dumb_destroy defaultNoralf Trønnes2017-08-163-11/+0
| * drm/bochs: Use the drm_driver.dumb_destroy defaultNoralf Trønnes2017-08-161-1/+0
| * drm/mgag200: Use the drm_driver.dumb_destroy defaultNoralf Trønnes2017-08-161-1/+0
| * drm/exynos: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-08-163-35/+2
| * drm/msm: Use the drm_driver.dumb_destroy defaultNoralf Trønnes2017-08-161-1/+0
| * drm/ast: Use the drm_driver.dumb_destroy defaultNoralf Trønnes2017-08-161-1/+0
| * drm/qxl: Use the drm_driver.dumb_destroy defaultNoralf Trønnes2017-08-161-1/+0
| * drm/udl: Use the drm_driver.dumb_destroy defaultNoralf Trønnes2017-08-161-1/+0
| * drm/cirrus: Use the drm_driver.dumb_destroy defaultNoralf Trønnes2017-08-161-1/+0
| * drm/tegra: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-08-163-25/+0
| * drm/gma500: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-08-163-34/+0
| * drm/mxsfb: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-08-161-2/+0
| * drm/meson: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-08-161-2/+0
| * drm/kirin: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-08-161-2/+0
| * drm/vc4: Continue the switch to drm_*_put() helpersCihangir Akturk2017-08-141-1/+1
| * drm/vc4: Fix leak of HDMI EDIDEric Anholt2017-08-141-0/+1
| * dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2Christian König2017-08-141-18/+15
| * dma-buf: add reservation_object_copy_fences (v2)Christian König2017-08-141-0/+60
| * drm/tinydrm: add support for LEGO MINDSTORMS EV3 LCDDavid Lechner2017-08-113-0/+439
| * drm/mgag200: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-113-8/+8
| * drm/vgem: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-112-3/+3
| * drm/udl: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-112-5/+5
| * drm/cirrus: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-112-6/+6
| * drm/ast: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-113-9/+9
| * drm/hisilicon: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-112-6/+6
| * drm/rockchip: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-114-7/+7
| * drm/mediatek: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-112-3/+3
| * drm: vboxvideo: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-113-6/+6
| * drm: Clean up drm_dev_unplugDaniel Vetter2017-08-111-12/+3
| * drm: Only lastclose on unload for legacy driversDaniel Vetter2017-08-111-1/+2
| * drm: Document device unplug infrastructureDaniel Vetter2017-08-1110-13/+31
| * dma-buf: dma_fence_put is NULL safeChristian König2017-08-091-4/+2
| * drm: make drm_mode_config_func constBhumika Goyal2017-08-092-2/+2
| * drm/virtio: make drm_fb_helper_funcs constBhumika Goyal2017-08-091-1/+1
| * drm/rockchip: make drm_connector_funcs structures constBhumika Goyal2017-08-091-1/+1
| * drm/sun4i: make drm_connector_funcs structures constBhumika Goyal2017-08-092-2/+2
| * drm/bridge: make drm_connector_funcs structures constBhumika Goyal2017-08-091-1/+1
| * drm/tinydrm: Generalize tinydrm_xrgb8888_to_gray8()David Lechner2017-08-092-31/+39
| * drm: Shift wrap bug in create_in_format_blob()Dan Carpenter2017-08-091-1/+1
| * drm: bridge: dw-hdmi: constify snd_pcm_ops structuresArvind Yadav2017-08-091-1/+1
| * drm/bridge: make drm_bridge_funcs constBhumika Goyal2017-08-092-2/+2
| * drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order.Eric Anholt2017-08-083-6/+21
| * drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt2017-08-086-108/+108
| * drm/vc4: switch to drm_*{get,put} helpersCihangir Akturk2017-08-084-17/+17
| * drm/vc4: Fix errant drm_bridge_remove() in DSI.Eric Anholt2017-08-081-1/+0
| * drm/vc4: Don't disable DSI clocks on component unload.Eric Anholt2017-08-081-3/+0
| * drm/vc4: Fix double destroy of the BO cache on teardown.Eric Anholt2017-08-081-2/+0
* | drm/nouveau: Fix merge commitMaarten Lankhorst2017-08-161-9/+10