commit | 08a24034a84866e3abb7fdb35ed0e479b240c205 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Apr 19 11:25:34 2013 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Apr 29 21:51:18 2013 +0200 |
tree | 8152e9a940d469885d23a16e1603855f1c3d9a54 | |
parent | 0973f18f8a764d869add12728887c2d1cc281ffb [diff] |
drm/i915: introduce macros to check pipe config properties This code will get _really_ repetive, and we'll end up with tons more of this kind. So extract the common patterns. This should also help when we add a lazy pipe_config compare mode for fastboot. Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>