mirror of https://gitee.com/openkylin/linux.git
drm/i915: Add display_display_mmio_offset to intel_device_info
Add an optional offset to intel_device_info, which will added to most display register offsets. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
34f2be46c4
commit
10fce67a97
|
@ -337,6 +337,7 @@ struct drm_i915_gt_funcs {
|
|||
DEV_INFO_FLAG(has_llc)
|
||||
|
||||
struct intel_device_info {
|
||||
u32 display_mmio_offset;
|
||||
u8 gen;
|
||||
u8 is_mobile:1;
|
||||
u8 is_i85x:1;
|
||||
|
|
Loading…
Reference in New Issue