disp: msm: sde: add multirect error status for ubwc and meta
This change adds support for error checking ubwc and meta error status based off whether REC0 or RECT1 is used. Change-Id: I7c39755da99a9d6c0d02b4ef16fa93b8ec7458a9 Signed-off-by: Samantha Tran <samtran@codeaurora.org>
This commit is contained in:
@@ -317,6 +317,18 @@ u32 sde_plane_get_ubwc_error(struct drm_plane *plane);
|
||||
*/
|
||||
void sde_plane_clear_ubwc_error(struct drm_plane *plane);
|
||||
|
||||
/*
|
||||
* sde_plane_get_meta_error - gets the meta error code
|
||||
* @plane: Pointer to DRM plane object
|
||||
*/
|
||||
u32 sde_plane_get_meta_error(struct drm_plane *plane);
|
||||
|
||||
/*
|
||||
* sde_plane_clear_meta_error - clears the meta error code
|
||||
* @plane: Pointer to DRM plane object
|
||||
*/
|
||||
void sde_plane_clear_meta_error(struct drm_plane *plane);
|
||||
|
||||
/*
|
||||
* sde_plane_setup_src_split_order - enable/disable pipe's src_split_order
|
||||
* @plane: Pointer to DRM plane object
|
||||
|
Viittaa uudesa ongelmassa
Block a user