Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_pps_regs.h50 #define PANEL_UNLOCK_REGS REG_FIELD_PREP(PANEL_UNLOCK_MASK, 0xabcd) macro
H A Dintel_pps.c703 (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) { in ilk_get_pp_control()
705 control |= PANEL_UNLOCK_REGS; 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()
/openbmc/u-boot/drivers/video/
H A Di915_reg.h301 #define PANEL_UNLOCK_REGS (0xabcd << 16) macro
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_reg.h170 #define PANEL_UNLOCK_REGS (0xabcd << 16) macro
H A Dcdv_intel_dp.c424 pp |= (PANEL_UNLOCK_REGS | POWER_TARGET_ON); in cdv_intel_edp_panel_on()
2021 pp_on |= PANEL_UNLOCK_REGS; in cdv_intel_dp_init()