Searched defs:__i915 (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_gmbus_regs.h | 11 #define GMBUS_MMIO_BASE(__i915) ((__i915)->display.gmbus.mmio_base) argument 13 #define GPIO(__i915, gpio) _MMIO(GMBUS_MMIO_BASE(__i915) + 0x5010 + 4 * (gpio)) argument 30 #define GMBUS0(__i915) _MMIO(GMBUS_MMIO_BASE(__i915) + 0x5100) argument 40 #define GMBUS1(__i915) _MMIO(GMBUS_MMIO_BASE(__i915) + 0x5104) argument 57 #define GMBUS2(__i915) _MMIO(GMBUS_MMIO_BASE(__i915) + 0x5108) argument 67 #define GMBUS3(__i915) _MMIO(GMBUS_MMIO_BASE(__i915) + 0x510c) argument 70 #define GMBUS4(__i915) _MMIO(GMBUS_MMIO_BASE(__i915) + 0x5110) argument 78 #define GMBUS5(__i915) _MMIO(GMBUS_MMIO_BASE(__i915) + 0x5120) argument
|
A D | vlv_dsi_regs.h | 14 #define _MIPI_MMIO_BASE(__i915) ((__i915)->display.dsi.mmio_base) argument
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_drv.h | 441 #define IS_DISPLAY_STEP(__i915, since, until) \ argument 445 #define IS_GRAPHICS_STEP(__i915, since, until) \ argument 449 #define IS_MEDIA_STEP(__i915, since, until) \ argument 453 #define IS_BASEDIE_STEP(__i915, since, until) \ argument 652 #define IS_TGL_DISPLAY_STEP(__i915, since, until) \ argument 660 #define IS_TGL_GRAPHICS_STEP(__i915, since, until) \ argument 695 #define IS_MTL_DISPLAY_STEP(__i915, since, until) \ argument 699 #define IS_MTL_MEDIA_STEP(__i915, since, until) \ argument 722 #define IS_DG2_DISPLAY_STEP(__i915, since, until) \ argument 726 #define IS_PVC_BD_STEP(__i915, since, until) \ argument [all …]
|
A D | i915_reg.h | 1575 #define DSPCLK_GATE_D(__i915) _MMIO(DISPLAY_MMIO_BASE(__i915) + 0x6200) argument
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_engine.h | 182 #define INTEL_HWS_CSB_WRITE_INDEX(__i915) \ argument
|
Completed in 51 milliseconds