Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Di915_reg.h302 #define PANEL_UNLOCK_REGS (0xabcd << 16) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dpsb_intel_reg.h170 #define PANEL_UNLOCK_REGS (0xabcd << 16) macro
H A 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()
/OK3568_Linux_fs/kernel/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.c1179 PANEL_UNLOCK_REGS); in edp_notify_handler()
2989 (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) { in ilk_get_pp_control()
2991 control |= PANEL_UNLOCK_REGS; in ilk_get_pp_control()
H A Dintel_display.c1258 ((val & PANEL_UNLOCK_MASK) == PANEL_UNLOCK_REGS)) in assert_panel_unlocked()
16867 val = (val & ~PANEL_UNLOCK_MASK) | PANEL_UNLOCK_REGS; in intel_pps_unlock_regs_wa()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_reg.h5033 #define PANEL_UNLOCK_REGS REG_FIELD_PREP(PANEL_UNLOCK_MASK, 0xabcd) macro