summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_plane.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-09drm: add more document for drm_crtc_from_index()Shawn Guo1-1/+1
2016-12-30drm/doc: use preferred struct reference in kernel-docDaniel Vetter1-1/+1
2016-12-15drm: Replace 'format->format' comparisons to just 'format' comparisonsVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-3/+3
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux into...Daniel Vetter1-2/+2
2016-12-13drm: Use atomic state for FB in legacy ioctlsDaniel Stone1-2/+6
2016-12-09Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-2/+2
2016-12-08drm: fix possible_crtc's typeTomi Valkeinen1-2/+2
2016-11-29drm: Fix locking cargo-cult in encoder/plane init/cleanupDaniel Vetter1-2/+2
2016-11-16drm/fence: add in-fences supportGustavo Padovan1-0/+1
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom1-3/+4
2016-10-04drm: Undo damage to page_flip_ioctlDaniel Vetter1-42/+39
2016-10-04drm: Restore lost drm_framebuffer_unreference in drm_mode_page_flip_ioctlChris Wilson1-0/+2
2016-09-22drm/doc: Polish plane composition property docsDaniel Vetter1-0/+3
2016-09-22drm/doc: Polish for drm_plane.[hc]Daniel Vetter1-109/+23
2016-09-22drm: Extract drm_plane.[hc]Daniel Vetter1-0/+990