Home
last modified time | relevance | path

Searched refs:to_intel_uncore (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_rom.c54 rom->uncore = to_intel_uncore(drm); in intel_rom_spi()
H A Dintel_de.h17 return to_intel_uncore(display->drm); in __to_uncore()
H A Dintel_bw.c77 struct intel_uncore *uncore = to_intel_uncore(display->drm); in dg1_mchbar_read_qgv_point_info()
214 struct intel_uncore *uncore = to_intel_uncore(display->drm); in mtl_read_qgv_point_info()
H A Dintel_display.c7417 struct intel_uncore *uncore = to_intel_uncore(display->drm); in intel_atomic_commit_tail()
/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.h499 struct intel_uncore *to_intel_uncore(struct drm_device *drm);
H A Dintel_uncore.c45 struct intel_uncore *to_intel_uncore(struct drm_device *drm) in to_intel_uncore() function