Skip to content
Commit 4a0e7b3c authored by Christian König's avatar Christian König Committed by Christian König
Browse files

drm/i915: fix applying placement flag



Switching from a separate list to flags introduced a bug here.

We were accidentially ORing the flag before initailizing the placement
and not after. So this code didn't do nothing except producing a
warning.

Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Fixes: a78a8da5 ("drm/ttm: replace busy placement with flags v6")
Link: https://patchwork.freedesktop.org/patch/msgid/20240226142759.93130-1-christian.koenig@amd.com


Tested-by: Stephen Rothwell <sfr@canb.auug.org.au>	# compile only
Reviewed-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
parent 9cb3542a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment