summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_plane.c
AgeCommit message (Expand)Author
2019-06-15drm/vc4: fix fb references in async updateHelen Koike
2019-02-12drm/vc4: ->x_scaling[1] should never be set to VC4_SCALING_NONEBoris Brezillon
2019-01-13drm/vc4: Set ->is_yuv to false when num_planes == 1Boris Brezillon
2018-09-10drm/vc4: Fix the "no scaling" case on multi-planar YUV formatsBoris Brezillon
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-07-25drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formatsBoris Brezillon
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan
2018-06-20drm/vc4: Always obey implicit syncDaniel Vetter
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-31drm/vc4: Add support for SAND modifier.Dave Stevenson
2018-05-31drm/vc4: Add missing formats to vc4_format_mod_supported().Eric Anholt
2018-05-18Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie
2018-05-17drm/vc4: plane: Expand the lower bits by repeating the higher bitsMaxime Ripard
2018-05-09drm/vc4: Fix scaling of uni-planar formatsBoris Brezillon
2018-04-23drm/vc4: Add support for plane alphaStefan Schake
2018-04-17drm/vc4: update cursors asynchronously through atomicGustavo Padovan
2018-03-09drm/vc4: Move plane state to headerStefan Schake
2018-03-09drm/vc4: Check if plane requires background fillStefan Schake
2018-03-09drm/vc4: Set premultiplied for alpha formatsStefan Schake
2018-03-05drm/vc4: Advertise supported modifiers for planesDaniel Stone
2018-01-29drm/vc4: Use the alpha format field in drm_format_infoMaxime Ripard
2017-11-20drm/vc4: Add support for NV21 and NV61.Dave Stevenson
2017-11-20drm/vc4: Use .pixel_order instead of custom .flip_cbcrDave Stevenson
2017-11-20drm/vc4: Add support for DRM_FORMAT_RGB888 and DRM_FORMAT_BGR888Dave Stevenson
2017-10-19drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctlBoris Brezillon
2017-10-13drm/vc4: Fix pitch setup for T-format scanout.Eric Anholt
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-06-22drm/vc4: Hook up plane prepare_fb to lookup dma-buf reservations.Eric Anholt
2017-06-15drm/vc4: Add T-format scanout support.Eric Anholt
2017-05-22drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter
2017-03-17drm: vc4: remove redundant check of plane being non-nullColin Ian King
2017-02-28drm/vc4: Don't wait for vblank when updating the cursorMichael Zoran
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie
2017-02-08drm: vc4: adapt to new behaviour of drm_crtc.cAndrzej Pietrasiewicz
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä
2016-08-19drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart
2016-07-15Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into d...Dave Airlie
2016-07-07drm: vc4: enable XBGR8888 and ABGR8888 pixel formatsRob Herring
2016-06-02drm/atomic: Add drm_atomic_crtc_state_for_each_plane_stateDaniel Vetter
2016-05-17drm: Drop plane argument from __drm_atomic_helper_plane_destroy_stateDaniel Vetter
2016-02-16drm/vc4: Add support for YUV planes.Eric Anholt
2016-02-16drm/vc4: Add support a few more RGB display plane formats.Eric Anholt
2016-02-16drm/vc4: Add support for scaling of display planes.Eric Anholt
2016-02-16drm/vc4: Fix which value is being used for source image size.Eric Anholt