drm/i915: Make intel_crtc->config a pointer
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_drv.h
index 9d695233ec082356e08f160ea88aa4c74bbc21c5..7177a4040df19f7c6cd87b075797608e32e57c09 100644 (file)
@@ -469,7 +469,8 @@ struct intel_crtc {
        uint32_t cursor_base;
 
        struct intel_plane_config plane_config;
-       struct intel_crtc_state config;
+       struct intel_crtc_state _config;
+       struct intel_crtc_state *config;
        struct intel_crtc_state *new_config;
        bool new_enabled;
 
This page took 0.029675 seconds and 5 git commands to generate.