aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/kmb/kmb_plane.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-3/+5
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-9/+10
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/+12
2020-12-05drm/kmb: fix array bounds warningArnd Bergmann1-0/+3
2020-11-11drm/kmb: Fix build warningsAnitha Chrisanthus1-0/+32
2020-11-05drm/kmb: Add support for KeemBay DisplayAnitha Chrisanthus1-0/+490