Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dr100.c3216 uint32_t pixel_bytes1 = 0; in r100_bandwidth_update() local
3232 pixel_bytes1 = fb->format->cpp[0]; in r100_bandwidth_update()
3275 temp_ff.full = dfixed_const(pixel_bytes1); in r100_bandwidth_update()
3470 stop_req = mode1->hdisplay * pixel_bytes1 / 16; in r100_bandwidth_update()
3478 temp_ff.full = dfixed_const((16/pixel_bytes1)); in r100_bandwidth_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dr100.c3213 uint32_t pixel_bytes1 = 0; in r100_bandwidth_update() local
3229 pixel_bytes1 = fb->format->cpp[0]; in r100_bandwidth_update()
3272 temp_ff.full = dfixed_const(pixel_bytes1); in r100_bandwidth_update()
3467 stop_req = mode1->hdisplay * pixel_bytes1 / 16; in r100_bandwidth_update()
3475 temp_ff.full = dfixed_const((16/pixel_bytes1)); in r100_bandwidth_update()

Completed in 9 milliseconds