Home
last modified time | relevance | path

Searched refs:HPD_NUM_PINS (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_irq.c65 static const u32 hpd_ilk[HPD_NUM_PINS] = {
69 static const u32 hpd_ivb[HPD_NUM_PINS] = {
73 static const u32 hpd_bdw[HPD_NUM_PINS] = {
77 static const u32 hpd_ibx[HPD_NUM_PINS] = {
85 static const u32 hpd_cpt[HPD_NUM_PINS] = {
93 static const u32 hpd_spt[HPD_NUM_PINS] = {
101 static const u32 hpd_mask_i915[HPD_NUM_PINS] = {
110 static const u32 hpd_status_g4x[HPD_NUM_PINS] = {
119 static const u32 hpd_status_i915[HPD_NUM_PINS] = {
128 static const u32 hpd_bxt[HPD_NUM_PINS] = {
[all …]
Di915_drv.h136 HPD_NUM_PINS enumerator
140 for ((__pin) = (HPD_NONE + 1); (__pin) < HPD_NUM_PINS; (__pin)++)
158 } stats[HPD_NUM_PINS];