summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_plane.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-261-1/+0
* drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/omap: plane: Remove redundant color encoding and range initialisationMaxime Ripard2022-02-251-3/+0
* drm/omap: plane: Remove redundant zpos initialisationMaxime Ripard2022-02-251-7/+0
* drm/omap: plane: Fix zpos initial value mismatchMaxime Ripard2022-02-251-1/+11
* drm/omap: Add a 'right overlay' to plane stateBenoit Parrot2021-12-081-6/+111
* drm/omap: add plane_atomic_print_state supportBenoit Parrot2021-12-081-0/+14
* drm/omap: dynamically assign hw overlays to planesBenoit Parrot2021-12-081-23/+104
* drm/omap: omap_plane: subclass drm_plane_stateBenoit Parrot2021-12-081-3/+33
* drm/omap: introduce omap_hw_overlayBenoit Parrot2021-12-081-33/+21
* drm/omap: Add ability to check if requested plane modes can be supportedBenoit Parrot2021-12-081-0/+14
* drm/omap: add sanity plane state checkNeil Armstrong2021-12-081-0/+15
* drm/omap: Follow implicit fencing in prepare_fbDaniel Vetter2021-06-241-0/+3
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-2/+4
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-2/+2
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-10/+11
* drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-3/+3
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-10/+11
* drm/omap: remove dispc_opsTomi Valkeinen2020-12-151-8/+7
* drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planesJyri Sarha2020-12-151-0/+30
* drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-11-101-1/+1
* drm/omap: Add 'alpha' and 'pixel blend mode' plane propertiesJean-Jacques Hiblot2019-08-231-1/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* drm/omap: Use normalized zpos for plane placementPeter Ujfalusi2018-03-281-1/+1
* drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart2018-03-011-6/+6
* drm: omapdrm: Use kernel integer typesLaurent Pinchart2018-03-011-2/+2
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-3/+1
* drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-081-1/+0
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-1/+1
* drm/omap: DRM_MODE_REFLECT_* instead of mirror booleanTomi Valkeinen2017-06-021-1/+0
* drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_*Tomi Valkeinen2017-06-021-1/+1
* drm/omap: remove omap_drm_winTomi Valkeinen2017-06-021-24/+1
* drm/omap: remove omap_framebuffer_get_formats()Tomi Valkeinen2017-06-021-8/+7
* drm/omap: remove dma & vrfb rotationTomi Valkeinen2017-06-021-1/+1
* drm/omap: remove ovl_set_channel_outTomi Valkeinen2017-06-021-4/+2
* drm: omapdrm: Add zpos propertyLaurent Pinchart2017-06-021-0/+2
* drm: omapdrm: Remove custom plane stateLaurent Pinchart2017-06-021-52/+6
* drm: omapdrm: Store the Z order in the plane state zpos fieldLaurent Pinchart2017-06-021-14/+7
* drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-221-8/+8
* drm/omap: Major omap_modeset_init() cleanupJyri Sarha2017-04-031-4/+20
* drm/omap: Remove the obsolete #define omap_plane _omap_plane hackJyri Sarha2017-04-031-7/+1
* drm/omap: fix replication logicTomi Valkeinen2017-04-031-1/+1
* drm/omap: use dispc_opsTomi Valkeinen2017-04-031-6/+9
* drm/omap: move dispc related dss-feat funcs to dispcTomi Valkeinen2017-04-031-1/+1
* drm: omapdrm: Handle FIFO underflow IRQs internallyLaurent Pinchart2016-12-191-24/+0
* drm/omap: fix primary-plane's possible_crtcsTomi Valkeinen2016-12-081-3/+3
* drm/omap: print error instead of WARN() if plane setup failsTomi Valkeinen2016-11-021-1/+3