summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-18drm: udl: constify usb_device_idArvind Yadav1-1/+1
2017-08-18drm/gma500: fix potential NULL pointer dereference dereferenceGustavo A. R. Silva1-1/+3
2017-08-16drm/tinydrm: make function st7586_pipe_enable staticColin Ian King1-2/+2
2017-08-16drm/vc4: Use drm_gem_fb_create()Noralf Trønnes1-1/+2
2017-08-16drm/pl111: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()Noralf Trønnes2-2/+4
2017-08-16drm/fb-cma-helper: Use drm_gem_framebuffer_helperNoralf Trønnes1-151/+29
2017-08-16drm: Add GEM backed framebuffer libraryNoralf Trønnes2-1/+284
2017-08-16drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset()drm-misc-next-2017-08-16Noralf Trønnes1-35/+0
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önig1-0/+60
2017-08-11drm/tinydrm: add support for LEGO MINDSTORMS EV3 LCDDavid Lechner3-0/+439
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 Vetter10-13/+31
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 Lechner2-31/+39
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 Anholt3-6/+21