On Fri, Dec 04, 2020 at 09:28:33AM +0800, Tian Tao wrote: > patch #1 add a new file to implements i2c adapters, #2 read the > resolution from the edid, if that fails, set the resolution to fixed. > patch #3 update the destroy callback function to release the i2c adapters. > > Tian Tao (3): > drm/hisilicon: Support i2c driver algorithms for bit-shift adapters > drm/hisilicon: Features to support reading resolutions from EDID > drm/hisilicon: Releasing Resources in the Destroy callback Function Just fyi, something with your patch submission got mangled. This one doesn't seem to have any follow-up patches, the previous one had a selection of unrelated bugfixes. -Daniel > > drivers/gpu/drm/hisilicon/hibmc/Makefile | 2 +- > drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h | 21 ++++- > drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_i2c.c | 98 ++++++++++++++++++++++++ > drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c | 45 +++++++++-- > 4 files changed, 157 insertions(+), 9 deletions(-) > create mode 100644 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_i2c.c > > -- > 2.7.4 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel