aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_plane.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann1-1/+0
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-02-25drm/omap: plane: Remove redundant color encoding and range initialisationMaxime Ripard1-3/+0
2022-02-25drm/omap: plane: Remove redundant zpos initialisationMaxime Ripard1-7/+0
2022-02-25drm/omap: plane: Fix zpos initial value mismatchMaxime Ripard1-1/+11
2021-12-08drm/omap: Add a 'right overlay' to plane stateBenoit Parrot1-6/+111
2021-12-08drm/omap: add plane_atomic_print_state supportBenoit Parrot1-0/+14
2021-12-08drm/omap: dynamically assign hw overlays to planesBenoit Parrot1-23/+104
2021-12-08drm/omap: omap_plane: subclass drm_plane_stateBenoit Parrot1-3/+33
2021-12-08drm/omap: introduce omap_hw_overlayBenoit Parrot1-33/+21
2021-12-08drm/omap: Add ability to check if requested plane modes can be supportedBenoit Parrot1-0/+14
2021-12-08drm/omap: add sanity plane state checkNeil Armstrong1-0/+15
2021-06-24drm/omap: Follow implicit fencing in prepare_fbDaniel Vetter1-0/+3
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+2
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-10/+11
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-3/+3
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-10/+11
2020-12-15drm/omap: remove dispc_opsTomi Valkeinen1-8/+7
2020-12-15drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planesJyri Sarha1-0/+30
2020-11-10drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-08-23drm/omap: Add 'alpha' and 'pixel blend mode' plane propertiesJean-Jacques Hiblot1-1/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2018-03-28drm/omap: Use normalized zpos for plane placementPeter Ujfalusi1-1/+1
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart1-6/+6
2018-03-01drm: omapdrm: Use kernel integer typesLaurent Pinchart1-2/+2
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-3/+1
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter1-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-06-02drm/omap: DRM_MODE_REFLECT_* instead of mirror booleanTomi Valkeinen1-1/+0
2017-06-02drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_*Tomi Valkeinen1-1/+1
2017-06-02drm/omap: remove omap_drm_winTomi Valkeinen1-24/+1
2017-06-02drm/omap: remove omap_framebuffer_get_formats()Tomi Valkeinen1-8/+7
2017-06-02drm/omap: remove dma & vrfb rotationTomi Valkeinen1-1/+1
2017-06-02drm/omap: remove ovl_set_channel_outTomi Valkeinen1-4/+2
2017-06-02drm: omapdrm: Add zpos propertyLaurent Pinchart1-0/+2
2017-06-02drm: omapdrm: Remove custom plane stateLaurent Pinchart1-52/+6
2017-06-02drm: omapdrm: Store the Z order in the plane state zpos fieldLaurent Pinchart1-14/+7
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss1-8/+8
2017-04-03drm/omap: Major omap_modeset_init() cleanupJyri Sarha1-4/+20
2017-04-03drm/omap: Remove the obsolete #define omap_plane _omap_plane hackJyri Sarha1-7/+1
2017-04-03drm/omap: fix replication logicTomi Valkeinen1-1/+1
2017-04-03drm/omap: use dispc_opsTomi Valkeinen1-6/+9
2017-04-03drm/omap: move dispc related dss-feat funcs to dispcTomi Valkeinen1-1/+1
2016-12-19drm: omapdrm: Handle FIFO underflow IRQs internallyLaurent Pinchart1-24/+0
2016-12-08drm/omap: fix primary-plane's possible_crtcsTomi Valkeinen1-3/+3
2016-11-02drm/omap: print error instead of WARN() if plane setup failsTomi Valkeinen1-1/+3