HomeSort by: relevance | last modified time | path
    Searched refs:HPD_NUM_PINS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_irq.c 70 static const u32 hpd_ilk[HPD_NUM_PINS] = {
74 static const u32 hpd_ivb[HPD_NUM_PINS] = {
78 static const u32 hpd_bdw[HPD_NUM_PINS] = {
82 static const u32 hpd_ibx[HPD_NUM_PINS] = {
90 static const u32 hpd_cpt[HPD_NUM_PINS] = {
98 static const u32 hpd_spt[HPD_NUM_PINS] = {
106 static const u32 hpd_mask_i915[HPD_NUM_PINS] = {
115 static const u32 hpd_status_g4x[HPD_NUM_PINS] = {
124 static const u32 hpd_status_i915[HPD_NUM_PINS] = {
134 static const u32 hpd_bxt[HPD_NUM_PINS] =
    [all...]
i915_drv.h 139 HPD_NUM_PINS
143 for ((__pin) = (HPD_NONE + 1); (__pin) < HPD_NUM_PINS; (__pin)++)
159 } stats[HPD_NUM_PINS];

Completed in 17 milliseconds