Home
last modified time | relevance | path

Searched refs:PANEL_UNLOCK_MASK (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_pps_regs.h49 #define PANEL_UNLOCK_MASK REG_GENMASK(31, 16) macro
50 #define PANEL_UNLOCK_REGS REG_FIELD_PREP(PANEL_UNLOCK_MASK, 0xabcd)
H A Dintel_pps.c703 (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) { in ilk_get_pp_control()
704 control &= ~PANEL_UNLOCK_MASK; in ilk_get_pp_control()
1661 PANEL_UNLOCK_MASK, PANEL_UNLOCK_REGS); in intel_pps_unlock_regs_wa()
1724 ((val & PANEL_UNLOCK_MASK) == PANEL_UNLOCK_REGS)) in assert_pps_unlocked()
H A Dintel_lvds.c214 (val & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS); in intel_lvds_pps_init_hw()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A 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()
2029 pp_on &= ~PANEL_UNLOCK_MASK; in cdv_intel_dp_init()
H A Dpsb_intel_reg.h171 #define PANEL_UNLOCK_MASK (0xffff << 16) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c422 pp &= ~PANEL_UNLOCK_MASK; in cdv_intel_edp_panel_on()
452 pp &= ~PANEL_UNLOCK_MASK; in cdv_intel_edp_panel_off()
2020 pp_on &= ~PANEL_UNLOCK_MASK; in cdv_intel_dp_init()
H A Dpsb_intel_reg.h171 #define PANEL_UNLOCK_MASK (0xffff << 16) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c208 (val & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS); in intel_lvds_pps_init_hw()
H A Dintel_dp.c2994 (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) { in ilk_get_pp_control()
2995 control &= ~PANEL_UNLOCK_MASK; in ilk_get_pp_control()
H A Dintel_display.c1258 ((val & PANEL_UNLOCK_MASK) == PANEL_UNLOCK_REGS)) in assert_panel_unlocked()
16868 val = (val & ~PANEL_UNLOCK_MASK) | PANEL_UNLOCK_REGS; in intel_pps_unlock_regs_wa()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_reg.h5032 #define PANEL_UNLOCK_MASK REG_GENMASK(31, 16) macro
5033 #define PANEL_UNLOCK_REGS REG_FIELD_PREP(PANEL_UNLOCK_MASK, 0xabcd)

Completed in 84 milliseconds