index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
omap_plane.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Remove unnecessary include statements of drm_plane_helper.h
Thomas Zimmermann
2022-07-26
1
-1
/
+0
*
drm: Drop drm_blend.h from drm_crtc.h
Ville Syrjälä
2022-06-20
1
-0
/
+1
*
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2022-06-20
1
-0
/
+1
*
drm/omap: plane: Remove redundant color encoding and range initialisation
Maxime Ripard
2022-02-25
1
-3
/
+0
*
drm/omap: plane: Remove redundant zpos initialisation
Maxime Ripard
2022-02-25
1
-7
/
+0
*
drm/omap: plane: Fix zpos initial value mismatch
Maxime Ripard
2022-02-25
1
-1
/
+11
*
drm/omap: Add a 'right overlay' to plane state
Benoit Parrot
2021-12-08
1
-6
/
+111
*
drm/omap: add plane_atomic_print_state support
Benoit Parrot
2021-12-08
1
-0
/
+14
*
drm/omap: dynamically assign hw overlays to planes
Benoit Parrot
2021-12-08
1
-23
/
+104
*
drm/omap: omap_plane: subclass drm_plane_state
Benoit Parrot
2021-12-08
1
-3
/
+33
*
drm/omap: introduce omap_hw_overlay
Benoit Parrot
2021-12-08
1
-33
/
+21
*
drm/omap: Add ability to check if requested plane modes can be supported
Benoit Parrot
2021-12-08
1
-0
/
+14
*
drm/omap: add sanity plane state check
Neil Armstrong
2021-12-08
1
-0
/
+15
*
drm/omap: Follow implicit fencing in prepare_fb
Daniel Vetter
2021-06-24
1
-0
/
+3
*
drm: Use state helper instead of the plane state pointer
Maxime Ripard
2021-02-25
1
-2
/
+4
*
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2021-02-25
1
-2
/
+2
*
drm: Rename plane->state variables in atomic update and disable
Maxime Ripard
2021-02-24
1
-10
/
+11
*
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
2021-02-24
1
-3
/
+3
*
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+1
*
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+3
*
drm: Rename plane atomic_check state names
Maxime Ripard
2021-02-24
1
-10
/
+11
*
drm/omap: remove dispc_ops
Tomi Valkeinen
2020-12-15
1
-8
/
+7
*
drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planes
Jyri Sarha
2020-12-15
1
-0
/
+30
*
drm: omapdrm: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-11-10
1
-1
/
+1
*
drm/omap: Add 'alpha' and 'pixel blend mode' plane properties
Jean-Jacques Hiblot
2019-08-23
1
-1
/
+8
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
drm/omap: Use normalized zpos for plane placement
Peter Ujfalusi
2018-03-28
1
-1
/
+1
*
drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operations
Laurent Pinchart
2018-03-01
1
-6
/
+6
*
drm: omapdrm: Use kernel integer types
Laurent Pinchart
2018-03-01
1
-2
/
+2
*
drm: omapdrm: Remove filename from header and fix copyright tag
Andrew F. Davis
2017-12-19
1
-3
/
+1
*
drm: Nuke drm_atomic_helper_plane_set_property
Daniel Vetter
2017-08-08
1
-1
/
+0
*
drm: Plumb modifiers through plane init
Ben Widawsky
2017-08-01
1
-1
/
+1
*
drm/omap: DRM_MODE_REFLECT_* instead of mirror boolean
Tomi Valkeinen
2017-06-02
1
-1
/
+0
*
drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_*
Tomi Valkeinen
2017-06-02
1
-1
/
+1
*
drm/omap: remove omap_drm_win
Tomi Valkeinen
2017-06-02
1
-24
/
+1
*
drm/omap: remove omap_framebuffer_get_formats()
Tomi Valkeinen
2017-06-02
1
-8
/
+7
*
drm/omap: remove dma & vrfb rotation
Tomi Valkeinen
2017-06-02
1
-1
/
+1
*
drm/omap: remove ovl_set_channel_out
Tomi Valkeinen
2017-06-02
1
-4
/
+2
*
drm: omapdrm: Add zpos property
Laurent Pinchart
2017-06-02
1
-0
/
+2
*
drm: omapdrm: Remove custom plane state
Laurent Pinchart
2017-06-02
1
-52
/
+6
*
drm: omapdrm: Store the Z order in the plane state zpos field
Laurent Pinchart
2017-06-02
1
-14
/
+7
*
drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI
Robert Foss
2017-05-22
1
-8
/
+8
*
drm/omap: Major omap_modeset_init() cleanup
Jyri Sarha
2017-04-03
1
-4
/
+20
*
drm/omap: Remove the obsolete #define omap_plane _omap_plane hack
Jyri Sarha
2017-04-03
1
-7
/
+1
*
drm/omap: fix replication logic
Tomi Valkeinen
2017-04-03
1
-1
/
+1
*
drm/omap: use dispc_ops
Tomi Valkeinen
2017-04-03
1
-6
/
+9
*
drm/omap: move dispc related dss-feat funcs to dispc
Tomi Valkeinen
2017-04-03
1
-1
/
+1
*
drm: omapdrm: Handle FIFO underflow IRQs internally
Laurent Pinchart
2016-12-19
1
-24
/
+0
*
drm/omap: fix primary-plane's possible_crtcs
Tomi Valkeinen
2016-12-08
1
-3
/
+3
*
drm/omap: print error instead of WARN() if plane setup fails
Tomi Valkeinen
2016-11-02
1
-1
/
+3
[next]