DP_A
bool cur_state = intel_de_read(display, DP_A) & EDP_PLL_ENABLE;
intel_de_write(display, DP_A, intel_dp->DP);
intel_de_posting_read(display, DP_A);
intel_de_write(display, DP_A, intel_dp->DP);
intel_de_posting_read(display, DP_A);
intel_de_write(display, DP_A, intel_dp->DP);
intel_de_posting_read(display, DP_A);
if ((intel_de_read(display, DP_A) & EDP_PLL_FREQ_MASK) == EDP_PLL_FREQ_162MHZ)
if ((intel_de_read(display, DP_A) & DP_DETECTED) == 0)
g4x_dp_init(display, DP_A, PORT_A);
g4x_dp_port_enabled(display, DP_A, PORT_A, &panel_pipe);