summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_plane.c
AgeCommit message (Expand)Author
2021-12-08drm/omap: Add a 'right overlay' to plane stateBenoit Parrot
2021-12-08drm/omap: add plane_atomic_print_state supportBenoit Parrot
2021-12-08drm/omap: dynamically assign hw overlays to planesBenoit Parrot
2021-12-08drm/omap: omap_plane: subclass drm_plane_stateBenoit Parrot
2021-12-08drm/omap: introduce omap_hw_overlayBenoit Parrot
2021-12-08drm/omap: Add ability to check if requested plane modes can be supportedBenoit Parrot
2021-12-08drm/omap: add sanity plane state checkNeil Armstrong
2021-06-24drm/omap: Follow implicit fencing in prepare_fbDaniel Vetter
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2020-12-15drm/omap: remove dispc_opsTomi Valkeinen
2020-12-15drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planesJyri Sarha
2020-11-10drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov
2019-08-23drm/omap: Add 'alpha' and 'pixel blend mode' plane propertiesJean-Jacques Hiblot
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2018-03-28drm/omap: Use normalized zpos for plane placementPeter Ujfalusi
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart
2018-03-01drm: omapdrm: Use kernel integer typesLaurent Pinchart
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-06-02drm/omap: DRM_MODE_REFLECT_* instead of mirror booleanTomi Valkeinen
2017-06-02drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_*Tomi Valkeinen
2017-06-02drm/omap: remove omap_drm_winTomi Valkeinen
2017-06-02drm/omap: remove omap_framebuffer_get_formats()Tomi Valkeinen
2017-06-02drm/omap: remove dma & vrfb rotationTomi Valkeinen
2017-06-02drm/omap: remove ovl_set_channel_outTomi Valkeinen
2017-06-02drm: omapdrm: Add zpos propertyLaurent Pinchart
2017-06-02drm: omapdrm: Remove custom plane stateLaurent Pinchart
2017-06-02drm: omapdrm: Store the Z order in the plane state zpos fieldLaurent Pinchart
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss
2017-04-03drm/omap: Major omap_modeset_init() cleanupJyri Sarha
2017-04-03drm/omap: Remove the obsolete #define omap_plane _omap_plane hackJyri Sarha
2017-04-03drm/omap: fix replication logicTomi Valkeinen
2017-04-03drm/omap: use dispc_opsTomi Valkeinen
2017-04-03drm/omap: move dispc related dss-feat funcs to dispcTomi Valkeinen
2016-12-19drm: omapdrm: Handle FIFO underflow IRQs internallyLaurent Pinchart
2016-12-08drm/omap: fix primary-plane's possible_crtcsTomi Valkeinen
2016-11-02drm/omap: print error instead of WARN() if plane setup failsTomi Valkeinen
2016-11-02drm/omap: cleanup omap_plane_atomic_check()Tomi Valkeinen
2016-11-02drm/omap: fix plane check when crtc is disabledTomi Valkeinen
2016-10-21drm/omap: Use per-plane rotation propertyVille Syrjälä
2016-10-21drm/omap: Set rotation property initial value to BIT(DRM_ROTATE_0) insted of 0Ville Syrjälä
2016-10-21drm: Add drm_rotation_90_or_270()Ville Syrjälä
2016-08-19drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson