summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann4-15/+16
2019-03-28drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann4-34/+35
2019-03-28drm/virtio: move virtio_gpu_object_{attach, detach} calls.Gerd Hoffmann1-68/+24
2019-03-28drm/virtio: add virtio-gpu-features debugfs file.Gerd Hoffmann1-1/+26
2019-03-28drm/virtio: remove set but not used variable 'vgdev'YueHaibing1-6/+0
2019-03-27drm/fb-helper: Fixup fill_info cleanupDaniel Vetter1-3/+2
2019-03-27drm/edid: Remove defunct EDID_QUIRK_FIRST_DETAILED_PREFERREDVille Syrjälä1-10/+0
2019-03-27drm: Kill drm_display_info.nameVille Syrjälä6-11/+0
2019-03-27drm/fb-helper: Unexport fill_{var,info}Daniel Vetter1-33/+5
2019-03-27drm/udl: Use drm_fb_helper_fill_infoDaniel Vetter1-6/+2
2019-03-27drm/vboxvideo: Use drm_fb_helper_fill_infoDaniel Vetter1-7/+1
2019-03-27drm/tegra: Use drm_fb_helper_fill_infoDaniel Vetter1-3/+1
2019-03-27drm/rockchip: Use drm_fb_helper_fill_infoDaniel Vetter1-3/+1
2019-03-27drm/radeon: Use drm_fb_helper_fill_infoDaniel Vetter1-8/+2
2019-03-27drm/omap: Use drm_fb_helper_fill_infoDaniel Vetter1-5/+1
2019-03-27drm/nouveau: Use drm_fb_helper_fill_infoDaniel Vetter2-7/+2
2019-03-27drm/msm: Use drm_fb_helper_fill_infoDaniel Vetter1-5/+1
2019-03-27drm/mga200g: Use drm_fb_helper_fill_infoDaniel Vetter2-8/+2
2019-03-27drm/i915: Use drm_fb_helper_fill_infoDaniel Vetter1-6/+1
2019-03-27drm/hibmc: Use drm_fb_helper_fill_infoDaniel Vetter2-9/+2
2019-03-27drm/gma500: Use drm_fb_helper_fill_infoDaniel Vetter2-7/+2
2019-03-27drm/exynos: Use drm_fb_helper_fill_infoDaniel Vetter1-3/+1
2019-03-27drm/cirrus: Use drm_fb_helper_fill_infoDaniel Vetter2-8/+2
2019-03-27drm/ast: Use drm_fb_helper_fill_infoDaniel Vetter2-7/+2
2019-03-27drm/armada: Use drm_fb_helper_fill_infoDaniel Vetter1-5/+1
2019-03-27drm/amdgpu: Use drm_fb_helper_fill_infoDaniel Vetter1-16/+8
2019-03-27drm/fb_helper: set info->par in fill_info()Daniel Vetter1-1/+1
2019-03-27drm/fb-helper: set fbi->fix.id in fill_info()Daniel Vetter1-2/+3
2019-03-27drm/fb-helper: Add fill_info() functionsDaniel Vetter1-2/+27
2019-03-26drm/fbdev: Make skip_vt_switch the defaultDaniel Vetter6-7/+4
2019-03-25drm: vkms: check status of alloc_ordered_workqueueKangjie Lu1-0/+2
2019-03-25drm/hibmc: Drop best_encoderDaniel Vetter1-7/+0
2019-03-21drm/fourcc: Fix conflicting Y41x definitionsMaarten Lankhorst3-30/+30
2019-03-20drm/selftests/mm: Switch to bitmap_zalloc()Andy Shevchenko1-7/+5
2019-03-20tinydrm/mipi-dbi: Use dma-safe buffers for all SPI transfersNoralf Trønnes2-19/+45
2019-03-20drm/vboxvideo: Remove unused including <linux/version.h>YueHaibing1-1/+0
2019-03-20drm/meson: exclusively use the canvas provider moduleMaxime Jourdan9-243/+51
2019-03-15drm: add non-desktop quirks to Sensics and OSVR headsets.Ryan Pavlik1-0/+6
2019-03-15drm/sun4i: mixer: Simplify the get_id logicMaxime Ripard1-28/+12
2019-03-15drm/sun4i: backend: Simplify the get_id logicMaxime Ripard1-23/+12
2019-03-14drm/v3d: Use the new shmem helpers to reduce driver boilerplate.Eric Anholt7-269/+115
2019-03-14drm: Add library for shmem backed GEM objectsNoralf Trønnes3-0/+632
2019-03-14drm/dp: Set the connector's TILE property even for DP SST connectorsManasi Navare2-2/+12
2019-03-14drm/v3d: Fix calling drm_sched_resubmit_jobs for same sched.Andrey Grodzovsky1-8/+5
2019-03-14drm/v3d: Remove some dead members of struct v3d_bo.Eric Anholt2-10/+0
2019-03-14drm/v3d: Use drm_gem_lock_reservations()/drm_gem_unlock_reservations()Eric Anholt1-50/+6
2019-03-14drm: Add helpers for locking an array of BO reservations.Eric Anholt1-0/+78
2019-03-13Merge tag 'topic/hdr-formats-2019-03-13' of git://anongit.freedesktop.org/drm...Sean Paul5-12/+109
2019-03-13gpu: drm: atomic_helper: Fix spelling errorsKieran Bingham1-2/+2
2019-03-13drm/i915/icl: Implement half float formatsKevin Strasser2-3/+91