[Intel-gfx] [PATCH 0/2] drm/i915: Split up modeset state checker.

Maarten Lankhorst maarten.lankhorst at linux.intel.com
Wed Mar 23 13:58:05 UTC 2016


Right now the state checker assumes that the global state is fixed,
with support for the atomic ioctl not all state will be locked any more,
so the state checker has to check only what's part of the state.

This is done by first splitting up the state checker in one part that
checks all disabled connectors/encoders and global state, and then
split again to run for each crtc separately.

Maarten Lankhorst (2):
  drm/i915: Make modeset state checker take crtc as argument.
  drm/i915: Move modeset state checker calls.

 drivers/gpu/drm/i915/intel_display.c | 310 +++++++++++++++++++----------------
 1 file changed, 173 insertions(+), 137 deletions(-)

-- 
2.1.0



More information about the Intel-gfx mailing list