i915 is not just a Graphics-Chipset from 2004 it is the graphic-driver-name for the Intel HD Graphic 3000.
drm_dp_dpcd_write
and drm_dp_dpcd_read
in file drm_dp_helper.c through EXPORT_SYMBOL(...)
.So it is should be possible to acces DPCD through an selfwritten Kernel-Module.
Does anyone know if drm_dp_dpcd_write
and drm_dp_dpcd_read
is maybe already available in sysfs or through SytemIO?
p { margin-bottom: 0.25cm; line-height: 120%; }
Hello!
I am running a LCD-Display via DisplayPort with a Intel HD Graphics 3000.
Is there a way to access the DPCD via NativeAux?
I found out, tha the old i915-graphic-cards from Intel were supporting Reading an Writing to DPCD-registers. But I didn't found a way to do so with Intel HD Graphics 3000.
Thank you for every answer!