mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
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:
parent
a630563cbc
commit
dc228b952a
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user