]> Gentwo Git Trees - linux/.git/commit
drm/xe/display: Convert __xe_pin_fb_vma()
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Mon, 8 Sep 2025 10:12:40 +0000 (12:12 +0200)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 10 Sep 2025 07:16:02 +0000 (09:16 +0200)
commit7bcb6e38c14d7d2654555a1b05b2a9a5411c693c
tree926d71f135e12012412f2d7e70caf547c7682ac5
parentc2ae94cf8cd86cd0a417865d194fb6c4cc81bfb1
drm/xe/display: Convert __xe_pin_fb_vma()

Convert __xe_pin_fb_vma() for exhaustive eviction
using xe_validation_guard().

v2:
- Avoid gotos from within xe_validation_guard(). (Matt Brost)
- Adapt to signature change of xe_validation_guard(). (Matt Brost)
- Use interruptible waiting, since xe_bo_migrate() already does that.

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://lore.kernel.org/r/20250908101246.65025-8-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/xe/display/xe_fb_pin.c