You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
drm/i915: Add relocation exceptions for two other platforms
For topic/intel-for-CI branch only.
We have established previously we stop using relocations starting
from gen12 platforms with Tigerlake as an exception. We keep this
statement but we want to enable relocations conditionally for
Alderlake S+P under require_force_probe flag set.
Keeping relocations under require_force_probe flag is interim solution
until IGTs will be rewritten to use softpin.
v2: - remove inline from function definition (Jani)
- fix indentation
v3: change to GRAPHICS_VER() (Zbigniew)
v4: remove RKL from flag as it is already shipped (Rodrigo)
v5: prepare patch to be used within topic/intel-for-CI branch only
v6: change comment (Rodrigo)
Signed-off-by: Zbigniew Kempczyński <[email protected]>
Cc: Dave Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Jason Ekstrand <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Acked-by: Dave Airlie <[email protected]>
Acked-by: Rodrigo Vivi <[email protected]>
0 commit comments