Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_lvds.c215 WARN_ON((val & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS); in intel_lvds_pps_init_hw()
H A Dintel_dp.c859 I915_WRITE(pp_ctrl_reg, PANEL_UNLOCK_REGS | PANEL_POWER_OFF); in edp_notify_handler()
2038 (control & PANEL_UNLOCK_MASK) != PANEL_UNLOCK_REGS)) { in ironlake_get_pp_control()
2040 control |= PANEL_UNLOCK_REGS; in ironlake_get_pp_control()
H A Dintel_display.c1206 ((val & PANEL_UNLOCK_MASK) == PANEL_UNLOCK_REGS)) in assert_panel_unlocked()
13586 val = (val & ~PANEL_UNLOCK_MASK) | PANEL_UNLOCK_REGS; in intel_pps_unlock_regs_wa()
H A Di915_reg.h4453 #define PANEL_UNLOCK_REGS (0xabcd << 16) macro