Searched refs:flip_threshold (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | crc.c | 206 + crc->flip_threshold in nv50_crc_handle_vblank() 335 vbl_count + crc->flip_threshold, in nv50_crc_atomic_start_reporting() 626 crc->flip_threshold = func->flip_threshold; in nv50_crc_set_source() 659 seq_printf(m, "%d\n", crc->flip_threshold); in nv50_crc_debugfs_flip_threshold_get() 691 if (value > func->flip_threshold) in nv50_crc_debugfs_flip_threshold_set() 694 value = func->flip_threshold; in nv50_crc_debugfs_flip_threshold_set() 711 crc->flip_threshold = value; in nv50_crc_debugfs_flip_threshold_set() 738 debugfs_create_file("flip_threshold", 0644, root, head, in nv50_head_crc_late_register() 750 crc->flip_threshold in nv50_crc_init_head() [all...] |
H A D | crc.h | 60 short flip_threshold; member 73 short flip_threshold; member
|
H A D | crcc37d.c | 151 .flip_threshold = CRCC37D_MAX_ENTRIES - 30,
|
H A D | crc907d.c | 139 .flip_threshold = CRC907D_MAX_ENTRIES - 10,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | crc.c | 210 + crc->flip_threshold in nv50_crc_handle_vblank() 339 vbl_count + crc->flip_threshold, in nv50_crc_atomic_start_reporting() 604 crc->flip_threshold = func->flip_threshold; in nv50_crc_set_source() 637 seq_printf(m, "%d\n", crc->flip_threshold); in nv50_crc_debugfs_flip_threshold_get() 669 if (value > func->flip_threshold) in nv50_crc_debugfs_flip_threshold_set() 672 value = func->flip_threshold; in nv50_crc_debugfs_flip_threshold_set() 689 crc->flip_threshold = value; in nv50_crc_debugfs_flip_threshold_set() 716 debugfs_create_file("flip_threshold", 0644, root, head, in nv50_head_crc_late_register() 728 crc->flip_threshold in nv50_crc_init_head() [all...] |
H A D | crc.h | 58 short flip_threshold; member 71 short flip_threshold; member
|
H A D | crcc57d.c | 55 .flip_threshold = CRCC37D_FLIP_THRESHOLD,
|
H A D | crc907d.c | 139 .flip_threshold = CRC907D_MAX_ENTRIES - 10,
|
H A D | crcc37d.c | 124 .flip_threshold = CRCC37D_FLIP_THRESHOLD,
|
Completed in 5 milliseconds