|
@@ -650,7 +650,7 @@ struct intel_digital_port {
|
|
|
u32 saved_port_bits;
|
|
|
struct intel_dp dp;
|
|
|
struct intel_hdmi hdmi;
|
|
|
- bool (*hpd_pulse)(struct intel_digital_port *, bool);
|
|
|
+ enum irqreturn (*hpd_pulse)(struct intel_digital_port *, bool);
|
|
|
};
|
|
|
|
|
|
struct intel_dp_mst_encoder {
|
|
@@ -1008,8 +1008,8 @@ int intel_dp_sink_crc(struct intel_dp *intel_dp, u8 *crc);
|
|
|
bool intel_dp_compute_config(struct intel_encoder *encoder,
|
|
|
struct intel_crtc_state *pipe_config);
|
|
|
bool intel_dp_is_edp(struct drm_device *dev, enum port port);
|
|
|
-bool intel_dp_hpd_pulse(struct intel_digital_port *intel_dig_port,
|
|
|
- bool long_hpd);
|
|
|
+enum irqreturn intel_dp_hpd_pulse(struct intel_digital_port *intel_dig_port,
|
|
|
+ bool long_hpd);
|
|
|
void intel_edp_backlight_on(struct intel_dp *intel_dp);
|
|
|
void intel_edp_backlight_off(struct intel_dp *intel_dp);
|
|
|
void intel_edp_panel_vdd_on(struct intel_dp *intel_dp);
|