disp: msm: update VDC-m hardware version in display driver

Update the VDC-m hardware version in the display driver as per
the latest programming guidelines.

Change-Id: I0073cb7b713599de43f2a675202390df3b4a1d58
Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>
Этот коммит содержится в:
Abhinav Kumar
2020-04-15 20:46:22 -07:00
коммит произвёл Gerrit - the friendly Code Review server
родитель 77a07da7c3
Коммит b55251f17f
3 изменённых файлов: 8 добавлений и 8 удалений

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

@@ -411,13 +411,13 @@ enum {
};
/** VDC sub-blocks/features
* @SDE_VDC_HW_REV_1_1 vdc block supports vdc 1.1 only
* @SDE_VDC_HW_REV_1_2 vdc block supports vdc 1.2 only
* @SDE_VDC_ENC vdc encoder sub block
* @SDE_VDC_CTL vdc ctl sub block
* @SDE_VDC_MAX
*/
enum {
SDE_VDC_HW_REV_1_1,
SDE_VDC_HW_REV_1_2,
SDE_VDC_ENC,
SDE_VDC_CTL,
SDE_VDC_MAX