OSDN Git Service

drm/i915: Nuke drm_crtc_state and use intel_atomic_state instead
authorManasi Navare <manasi.d.navare@intel.com>
Mon, 15 Apr 2019 18:22:10 +0000 (11:22 -0700)
committerManasi Navare <manasi.d.navare@intel.com>
Mon, 15 Apr 2019 19:54:24 +0000 (12:54 -0700)
commitc856dbc887aa5b6674a565dbe227164958103a51
tree82d0c488eb582468951393bf0dc3b66cfdb5c65d
parent1ab494cc405ce597beec88145488648e59234924
drm/i915: Nuke drm_crtc_state and use intel_atomic_state instead

This is one of the patches to start replacing drm pointers
and use the intel_atomic_state and intel_crtc to derive
the necessary intel state variables required for the intel
modeset functions.

v3:
* Remove the unwanted newline (Ville)
v2:
* Flip the function arguments (Ville)
* Remove some remaining instances of drm pointers (Ville)
* Use old_crtc_state and new_crtc_state (Ville)

Suggested-by: Ville Syrjala <ville.syrjala@linux.intel.com>
Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
Reviewed-by: Ville Syrjala <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190415182210.13347-1-manasi.d.navare@intel.com
drivers/gpu/drm/i915/intel_display.c