Skip to content

Commit da53e41

Browse files
committed
fixup! drm: Add chroma siting properties
Signed-off-by: Phil Elwell <[email protected]>
1 parent 7cdbd16 commit da53e41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/drm/drm_plane.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,11 @@ struct drm_plane {
800800
*/
801801
struct drm_property *hotspot_y_property;
802802

803+
/**
804+
* @kmsg_panic: Used to register a panic notifier for this plane
805+
*/
806+
struct kmsg_dumper kmsg_panic;
807+
803808
/**
804809
* @chroma_siting_h_property:
805810
*

0 commit comments

Comments
 (0)