search for: nv50_set_pixel

Displaying 1 result from an estimated 1 matches for "nv50_set_pixel".

2024 May 24
0
[PATCH 5/5] drm/nouveau: Add drm_panic support for nv50+
...;width = fb->width; 681 sb->pitch[0] = fb->pitches[0]; 682 sb->format = fb->format; 683 684 /* If tiling is enabled, use the set_pixel() to display correctly */ 685 if (fb->modifier & 0xf) { 686 sb->private = (void *) fb; 687 sb->set_pixel = nv50_set_pixel; 688 } 689 return 0; 690 } 691 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki