Tag: 2ff8fde1ea0992dfd735dce94f8cae2aacff8e5c

drm/i915: Make use of intel_fb_obj() (v2)

Author: Matt Roper <matthew.d.roper@intel.com> This should hopefully simplify the display code slightly and also solves at least one mistake in intel_pipe_set_base() where to_intel_framebuffer(fb)->obj is referenced during local variable initialization, before ‘if (!fb)’ gets checked. Potential uses of this macro were identified via the following Coccinelle patch: @@ expression E; @@ * to_intel_framebuffer(E)->obj @@ expression E; …

Continue reading