Searched refs:gpu_bind (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/hda/
H A Dhdac_i915.c15 static int gpu_bind = -1; variable
16 module_param(gpu_bind, int, 0644);
17 MODULE_PARM_DESC(gpu_bind, "Whether to bind sound component to GPU "
153 if (!gpu_bind || (gpu_bind < 0 && video_firmware_drivers_only()))

Completed in 133 milliseconds