diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2014-10-30 19:42:50 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-11-07 18:41:51 +0100 |
commit | 7d1bd53931e5afe5b2549c045ed4afad71ee6e8f (patch) | |
tree | f5acab22780d89cdbb137f6f303088810fdd07ec /tools/perf/scripts/python/sched-migration.py | |
parent | 850c4cdc6c223d02748f20c8ee1b677fb42da1aa (diff) |
drm/i915: Apply some ocd for IMR vs. IER order during irq enable
When disabling interrupts we do the writes in this order:
IMR,IER,IIR,IIR. But when enabling interrupts we don't do use the
mirrored order, and instead do IIR,IIR,IMR,IER.
I like consistency unless there's a good reason against it, which I
can't think of here, so change the enable order to IIR,IIR,IER,IMR.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions