intel_fb_drv: add gpu/drm/drm_scdc_helper.c

With this patch, the Dell UltraSharp 4K display works in principle when
connected via HDMI to a Lenovo x260 laptop.

Fixes #4630
This commit is contained in:
Norman Feske 2022-10-05 17:36:04 +02:00 committed by Christian Helmuth
parent a630563cbc
commit dc228b952a
3 changed files with 2 additions and 24 deletions

View File

@ -468,30 +468,6 @@ int drm_noop(struct drm_device * dev,void * data,struct drm_file * file_priv)
}
#include <drm/drm_scdc_helper.h>
ssize_t drm_scdc_read(struct i2c_adapter * adapter,u8 offset,void * buffer,size_t size)
{
lx_emul_trace_and_stop(__func__);
}
#include <drm/drm_scdc_helper.h>
bool drm_scdc_set_high_tmds_clock_ratio(struct i2c_adapter * adapter,bool set)
{
lx_emul_trace_and_stop(__func__);
}
#include <drm/drm_scdc_helper.h>
bool drm_scdc_set_scrambling(struct i2c_adapter * adapter,bool enable)
{
lx_emul_trace_and_stop(__func__);
}
#include <drm/drm_writeback.h>
void drm_writeback_cleanup_job(struct drm_writeback_job * job)

View File

@ -59,6 +59,7 @@ drivers/gpu/drm/drm_print.c
drivers/gpu/drm/drm_probe_helper.c
drivers/gpu/drm/drm_property.c
drivers/gpu/drm/drm_rect.c
drivers/gpu/drm/drm_scdc_helper.c
drivers/gpu/drm/drm_syncobj.c
drivers/gpu/drm/drm_sysfs.c
drivers/gpu/drm/drm_vblank.c

View File

@ -62,6 +62,7 @@ drivers/gpu/drm/drm_print.c
drivers/gpu/drm/drm_probe_helper.c
drivers/gpu/drm/drm_property.c
drivers/gpu/drm/drm_rect.c
drivers/gpu/drm/drm_scdc_helper.c
drivers/gpu/drm/drm_syncobj.c
drivers/gpu/drm/drm_sysfs.c
drivers/gpu/drm/drm_vblank.c