Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_color_mgmt.c48 bool narrow = color_range == DRM_COLOR_YCBCR_LIMITED_RANGE; in komeda_select_yuv2rgb_coeffs() local
53 coeffs = narrow ? yuv2rgb_bt709_narrow : yuv2rgb_bt709_wide; in komeda_select_yuv2rgb_coeffs()
56 coeffs = narrow ? yuv2rgb_bt601_narrow : yuv2rgb_bt601_wide; in komeda_select_yuv2rgb_coeffs()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_color_mgmt.c48 bool narrow = color_range == DRM_COLOR_YCBCR_LIMITED_RANGE; in komeda_select_yuv2rgb_coeffs() local
53 coeffs = narrow ? yuv2rgb_bt709_narrow : yuv2rgb_bt709_wide; in komeda_select_yuv2rgb_coeffs()
56 coeffs = narrow ? yuv2rgb_bt601_narrow : yuv2rgb_bt601_wide; in komeda_select_yuv2rgb_coeffs()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_vblank.c1698 * \param narrow 32-bit value (missing upper 32 bits)
1702 * 'narrow' and constructing the upper 32-bits so that the result is
1706 static u64 widen_32_to_64(u32 narrow, u64 near) in widen_32_to_64() argument
1708 return near + (s32) (narrow - near); in widen_32_to_64()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_vblank.c1751 * \param narrow 32-bit value (missing upper 32 bits)
1755 * 'narrow' and constructing the upper 32-bits so that the result is
1759 static u64 widen_32_to_64(u32 narrow, u64 near) in widen_32_to_64() argument
1761 return near + (s32) (narrow - near); in widen_32_to_64()

Completed in 8 milliseconds