[PATCH drm/hisilicon v2 2/2] drm/hisilicon: Features to support reading resolutions from EDID

2020-09-22 Thread Tian Tao
Use drm_get_edid to get the resolution, if that fails, set it to a fixed resolution. Rewrite the desrtoy callback function to release resources. Signed-off-by: Tian Tao --- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c | 38 +--- 1 file changed, 34 insertions(+), 4

Re: [PATCH drm/hisilicon v2 2/2] drm/hisilicon: Features to support reading resolutions from EDID

2020-09-22 Thread Thomas Zimmermann
Am 22.09.20 um 09:03 schrieb Tian Tao: > Use drm_get_edid to get the resolution, if that fails, set it to > a fixed resolution. Rewrite the desrtoy callback function to release > resources. > > Signed-off-by: Tian Tao Reviewed-by: Thomas Zimmermann > --- >