Building on Matt's display info separation, we can finally trivially make device info a const pointer to rodata. BR, Jani. Cc: Matt Roper <matthew.d.roper@xxxxxxxxx> Cc: Lucas De Marchi <lucas.demarchi@xxxxxxxxx> Jani Nikula (4): drm/i915: separate display info printing from the rest drm/i915: fix display info usage drm/i915: move display device and runtime info to struct intel_display drm/i915: make device info a const pointer to rodata drivers/gpu/drm/i915/display/intel_display.h | 2 +- .../gpu/drm/i915/display/intel_display_core.h | 9 ++++ .../drm/i915/display/intel_display_device.c | 21 ++++++++++ .../drm/i915/display/intel_display_device.h | 5 +++ drivers/gpu/drm/i915/i915_debugfs.c | 1 + drivers/gpu/drm/i915/i915_driver.c | 2 + drivers/gpu/drm/i915/i915_drv.h | 9 ++-- drivers/gpu/drm/i915/i915_gpu_error.c | 6 +++ drivers/gpu/drm/i915/i915_gpu_error.h | 3 ++ drivers/gpu/drm/i915/intel_device_info.c | 42 +++---------------- drivers/gpu/drm/i915/intel_device_info.h | 4 -- 11 files changed, 58 insertions(+), 46 deletions(-) -- 2.39.2