Tag: 83d657388a4c7437fcef80c0b75909b2c9dafd01

drm/i915: Use enabled value from crtc_state rather than crtc (v2)

Author: Matt Roper <matthew.d.roper@intel.com> As vendors transition their drivers from legacy to atomic there’s some duplication of data between drm_crtc and drm_crtc_state (since unconverted drivers likely won’t have a state structure). i915 is partially converted and does have a crtc->state structure, but still uses direct crtc fields internally in many places, which causes the two …

Continue reading