Commit eaa96d2
drm/i915: Fix workarounds on Gen2-3
In 3653727 ("drm/i915: Simplify internal helper function signature")
I broke the old platforms by not noticing engine workaround init does not
initialize the list on old platforms. Fix it by always initializing which
already does the right thing by mostly not doing anything if there aren't
any workarounds on the list.
Signed-off-by: Tvrtko Ursulin <[email protected]>
Fixes: 3653727 ("drm/i915: Simplify internal helper function signature")
Reported-by: Ville Syrjälä <[email protected]>
Cc: Mika Kuoppala <[email protected]>
Reviewed-by: Matt Roper <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit 71feb6f)
Signed-off-by: Rodrigo Vivi <[email protected]>1 parent 41f425a commit eaa96d2
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3011 | 3011 | | |
3012 | 3012 | | |
3013 | 3013 | | |
3014 | | - | |
| 3014 | + | |
3015 | 3015 | | |
3016 | 3016 | | |
3017 | 3017 | | |
| |||
3036 | 3036 | | |
3037 | 3037 | | |
3038 | 3038 | | |
3039 | | - | |
3040 | | - | |
3041 | | - | |
3042 | 3039 | | |
3043 | 3040 | | |
3044 | 3041 | | |
| |||
0 commit comments