aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_plane.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie1-13/+12
2018-09-10drm/vc4: Fix the "no scaling" case on multi-planar YUV formatsBoris Brezillon1-13/+12
2018-09-09drm: extract drm_atomic_uapi.cDaniel Vetter1-0/+1
2018-08-27Merge drm/drm-next into drm-misc-nextSean Paul1-0/+3
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-11/+87
2018-08-08drm/vc4: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe1-3/+1
2018-07-25drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formatsBoris Brezillon1-0/+3
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King1-1/+1
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-10/+86
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan1-1/+1
2018-06-20drm/vc4: Always obey implicit syncDaniel Vetter1-4/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-31drm/vc4: Add support for SAND modifier.Dave Stevenson1-7/+77
2018-05-31drm/vc4: Add missing formats to vc4_format_mod_supported().Eric Anholt1-0/+2
2018-05-18Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie1-1/+1
2018-05-17drm/vc4: plane: Expand the lower bits by repeating the higher bitsMaxime Ripard1-0/+1
2018-05-09drm/vc4: Fix scaling of uni-planar formatsBoris Brezillon1-1/+1
2018-04-23drm/vc4: Add support for plane alphaStefan Schake1-4/+17
2018-04-17drm/vc4: update cursors asynchronously through atomicGustavo Padovan1-77/+54
2018-03-09drm/vc4: Move plane state to headerStefan Schake1-60/+0
2018-03-09drm/vc4: Check if plane requires background fillStefan Schake1-0/+17
2018-03-09drm/vc4: Set premultiplied for alpha formatsStefan Schake1-1/+2
2018-03-05drm/vc4: Advertise supported modifiers for planesDaniel Stone1-1/+33
2018-01-29drm/vc4: Use the alpha format field in drm_format_infoMaxime Ripard1-12/+11
2017-11-20drm/vc4: Add support for NV21 and NV61.Dave Stevenson1-0/+10
2017-11-20drm/vc4: Use .pixel_order instead of custom .flip_cbcrDave Stevenson1-12/+8
2017-11-20drm/vc4: Add support for DRM_FORMAT_RGB888 and DRM_FORMAT_BGR888Dave Stevenson1-0/+8
2017-10-19drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctlBoris Brezillon1-0/+20
2017-10-13drm/vc4: Fix pitch setup for T-format scanout.Eric Anholt1-5/+15
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-06-22drm/vc4: Hook up plane prepare_fb to lookup dma-buf reservations.Eric Anholt1-0/+17
2017-06-15drm/vc4: Add T-format scanout support.Eric Anholt1-4/+27
2017-05-22drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-4/+5
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter1-2/+4
2017-03-17drm: vc4: remove redundant check of plane being non-nullColin Ian King1-9/+2
2017-02-28drm/vc4: Don't wait for vblank when updating the cursorMichael Zoran1-6/+6
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie1-1/+1
2017-02-08drm: vc4: adapt to new behaviour of drm_crtc.cAndrzej Pietrasiewicz1-1/+1
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-3/+3
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-2/+2
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-1/+1
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä1-1/+1
2016-08-19drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart1-2/+0
2016-07-15Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into drm-nextDave Airlie1-0/+8
2016-07-07drm: vc4: enable XBGR8888 and ABGR8888 pixel formatsRob Herring1-0/+8
2016-06-02drm/atomic: Add drm_atomic_crtc_state_for_each_plane_stateDaniel Vetter1-2/+3
2016-05-17drm: Drop plane argument from __drm_atomic_helper_plane_destroy_stateDaniel Vetter1-1/+1
2016-02-16drm/vc4: Add support for YUV planes.Eric Anholt1-58/+198
2016-02-16drm/vc4: Add support a few more RGB display plane formats.Eric Anholt1-0/+16
2016-02-16drm/vc4: Add support for scaling of display planes.Eric Anholt1-13/+240