summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-08-16drm/udl: Use the drm_driver.dumb_destroy defaultNoralf Trønnes
2017-08-16drm/cirrus: Use the drm_driver.dumb_destroy defaultNoralf Trønnes
2017-08-16drm/tegra: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-08-16drm/gma500: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-08-16drm/mxsfb: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-08-16drm/meson: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-08-16drm/kirin: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-08-14drm/vc4: Continue the switch to drm_*_put() helpersCihangir Akturk
2017-08-14drm/vc4: Fix leak of HDMI EDIDEric Anholt
2017-08-14dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2Christian König
2017-08-14dma-buf: add reservation_object_copy_fences (v2)Christian König
2017-08-11drm/tinydrm: add support for LEGO MINDSTORMS EV3 LCDDavid Lechner
2017-08-11drm/mgag200: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-08-11drm/vgem: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-08-11drm/udl: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-08-11drm/cirrus: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-08-11drm/ast: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-08-11drm/hisilicon: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-08-11drm/rockchip: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-08-11drm/mediatek: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-08-11drm: vboxvideo: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-08-11drm: Clean up drm_dev_unplugDaniel Vetter
2017-08-11drm: Only lastclose on unload for legacy driversDaniel Vetter
2017-08-11drm: Document device unplug infrastructureDaniel Vetter
2017-08-09dma-buf: dma_fence_put is NULL safeChristian König
2017-08-09drm: make drm_mode_config_func constBhumika Goyal
2017-08-09drm/virtio: make drm_fb_helper_funcs constBhumika Goyal
2017-08-09drm/rockchip: make drm_connector_funcs structures constBhumika Goyal
2017-08-09drm/sun4i: make drm_connector_funcs structures constBhumika Goyal
2017-08-09drm/bridge: make drm_connector_funcs structures constBhumika Goyal
2017-08-09drm/tinydrm: Generalize tinydrm_xrgb8888_to_gray8()David Lechner
2017-08-09drm: Shift wrap bug in create_in_format_blob()Dan Carpenter
2017-08-09drm: bridge: dw-hdmi: constify snd_pcm_ops structuresArvind Yadav
2017-08-09drm/bridge: make drm_bridge_funcs constBhumika Goyal
2017-08-08drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order.Eric Anholt
2017-08-08drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt
2017-08-08drm/vc4: switch to drm_*{get,put} helpersCihangir Akturk
2017-08-08drm/vc4: Fix errant drm_bridge_remove() in DSI.Eric Anholt
2017-08-08drm/vc4: Don't disable DSI clocks on component unload.Eric Anholt
2017-08-08drm/vc4: Fix double destroy of the BO cache on teardown.Eric Anholt
2017-08-08drm: Nuke drm_atomic_legacy_backoffDaniel Vetter
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter
2017-08-08drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter
2017-08-08drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter
2017-08-08drm: Handle properties in the core for atomic driversDaniel Vetter
2017-08-08drm: Don't update property values for atomic driversDaniel Vetter
2017-08-08drm/omap: Rework the rotation-on-crtc hackMaarten Lankhorst
2017-08-08drm/radeon: Use the drm_driver.dumb_destroy defaultNoralf Trønnes
2017-08-08drm/i915: Use the drm_driver.dumb_destroy defaultNoralf Trønnes