disp: msm: sde: convert ubwc stats roi into blob property

This change converts the ubwc stats roi into a blob property. This
allows for the roi data structure to be passed into kernel.

Change-Id: I4b30dcc16bcbd152428861444ff321add860942f
Signed-off-by: Nilaan Gunabalachandran <quic_ngunabal@quicinc.com>
Этот коммит содержится в:
Nilaan Gunabalachandran
2022-06-06 10:48:57 -04:00
коммит произвёл Gerrit - the friendly Code Review server
родитель 5a5adbba9f
Коммит eab3fd66db
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@@ -2764,7 +2764,7 @@ void sde_crtc_get_frame_data(struct drm_crtc *crtc)
/* Collect plane specific data */
drm_for_each_plane_mask(plane, crtc->dev, sde_crtc->plane_mask_old)
sde_plane_get_frame_data(plane, &data->plane_frame_data[i]);
sde_plane_get_frame_data(plane, &data->plane_frame_data[i++]);
if (frame_data->cnt)
_sde_crtc_frame_data_notify(crtc, data);