Tag: 3dd512fbda0d87d1c3fb44bf878b262baee98fb6

drm/i915: Kill intel_crtc->cursor_{width, height} (v2)

Author: Matt Roper <matthew.d.roper@intel.com> The cursor size fields in intel_crtc just duplicate the data from cursor->state.crtc_{w,h} so we don’t need them any more. Worse, their use in the watermark code actually introduces a subtle bug since they don’t get updated to mirror the state values until the plane commit stage, which is *after* we’ve already …

Continue reading