Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_pps.c560 (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) { in ilk_get_pp_control()
561 control &= ~PANEL_UNLOCK_MASK; in ilk_get_pp_control()
1397 val = (val & ~PANEL_UNLOCK_MASK) | PANEL_UNLOCK_REGS; in intel_pps_unlock_regs_wa()
Dintel_lvds.c209 (val & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS); in intel_lvds_pps_init_hw()
Dintel_display.c619 ((val & PANEL_UNLOCK_MASK) == PANEL_UNLOCK_REGS)) in assert_panel_unlocked()
/Linux-v5.15/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c426 pp &= ~PANEL_UNLOCK_MASK; in cdv_intel_edp_panel_on()
456 pp &= ~PANEL_UNLOCK_MASK; in cdv_intel_edp_panel_off()
2026 pp_on &= ~PANEL_UNLOCK_MASK; in cdv_intel_dp_init()
Dpsb_intel_reg.h171 #define PANEL_UNLOCK_MASK (0xffff << 16) macro
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_reg.h5209 #define PANEL_UNLOCK_MASK REG_GENMASK(31, 16) macro
5210 #define PANEL_UNLOCK_REGS REG_FIELD_PREP(PANEL_UNLOCK_MASK, 0xabcd)