drm/xe/vm : Remove duplicate assignment of XE_VM_FLAG_LR_MODE flag.
authorHimal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Thu, 7 Mar 2024 06:52:13 +0000 (12:22 +0530)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Mar 2024 16:14:09 +0000 (12:14 -0400)
commitbd415be89e8d63347142b7b5591787a63286ee7e
treea3d28dd403f295b60fd206457b28d98617b7cdf8
parent1997eeeac5ba2664d06ee79979fdd2637badabe7
drm/xe/vm : Remove duplicate assignment of XE_VM_FLAG_LR_MODE flag.

vm->flags are already assigned with passed flags. Remove the redundant
assignment.

Cc: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Reviewed: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240307065213.1968688-1-himal.prasad.ghimiray@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_vm.c