diff options
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index dd1cdc81b150..56fd2b80f8af 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h | |||
@@ -504,7 +504,7 @@ struct drm_i915_error_state { | |||
504 | struct intel_connector; | 504 | struct intel_connector; |
505 | struct intel_encoder; | 505 | struct intel_encoder; |
506 | struct intel_crtc_state; | 506 | struct intel_crtc_state; |
507 | struct intel_plane_config; | 507 | struct intel_initial_plane_config; |
508 | struct intel_crtc; | 508 | struct intel_crtc; |
509 | struct intel_limit; | 509 | struct intel_limit; |
510 | struct dpll; | 510 | struct dpll; |
@@ -543,8 +543,8 @@ struct drm_i915_display_funcs { | |||
543 | * fills out the pipe-config with the hw state. */ | 543 | * fills out the pipe-config with the hw state. */ |
544 | bool (*get_pipe_config)(struct intel_crtc *, | 544 | bool (*get_pipe_config)(struct intel_crtc *, |
545 | struct intel_crtc_state *); | 545 | struct intel_crtc_state *); |
546 | void (*get_plane_config)(struct intel_crtc *, | 546 | void (*get_initial_plane_config)(struct intel_crtc *, |
547 | struct intel_plane_config *); | 547 | struct intel_initial_plane_config *); |
548 | int (*crtc_compute_clock)(struct intel_crtc *crtc, | 548 | int (*crtc_compute_clock)(struct intel_crtc *crtc, |
549 | struct intel_crtc_state *crtc_state); | 549 | struct intel_crtc_state *crtc_state); |
550 | void (*crtc_enable)(struct drm_crtc *crtc); | 550 | void (*crtc_enable)(struct drm_crtc *crtc); |