search for: set_pixel

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

Did you mean: get_pixel
2024 May 24
0
[PATCH 5/5] drm/nouveau: Add drm_panic support for nv50+
...676 else 677 iosys_map_set_vaddr(&sb->map[0], nvbo->kmap.virtual); 678 679 sb->height = fb->height; 680 sb->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