Tag: c107acfeb03187873657ccc8af4fc5c704b3626b

drm/i915/gen9: Allow skl_allocate_pipe_ddb() to operate on in-flight state (v3)

Author: Matt Roper <matthew.d.roper@intel.com> We eventually want to calculate watermark values at atomic ‘check’ time instead of atomic ‘commit’ time so that any requested configurations that result in impossible watermark requirements are properly rejected. The first step along this path is to allocate the DDB at atomic ‘check’ time. As we perform this transition, allow …

Continue reading