Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/gma500/
Dpsb_intel_reg.h170 #define PANEL_UNLOCK_REGS (0xabcd << 16) macro
Dcdv_intel_dp.c428 pp |= (PANEL_UNLOCK_REGS | POWER_TARGET_ON); in cdv_intel_edp_panel_on()
2030 pp_on |= PANEL_UNLOCK_REGS; in cdv_intel_dp_init()
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_lvds.c208 (val & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS); in intel_lvds_pps_init_hw()
Dintel_dp.c1173 PANEL_UNLOCK_REGS); in edp_notify_handler()
2979 (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) { in ilk_get_pp_control()
2981 control |= PANEL_UNLOCK_REGS; in ilk_get_pp_control()
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()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h5022 #define PANEL_UNLOCK_REGS REG_FIELD_PREP(PANEL_UNLOCK_MASK, 0xabcd) macro