Home
last modified time | relevance | path

Searched refs:LUT_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/vkms/
H A Dvkms_luts.c15 static struct drm_color_lut linear_array[LUT_SIZE] = {
276 .lut_length = LUT_SIZE,
281 static struct drm_color_lut srgb_array[LUT_SIZE] = {
542 .lut_length = LUT_SIZE,
547 static struct drm_color_lut srgb_inv_array[LUT_SIZE] = {
808 .lut_length = LUT_SIZE,
H A Dvkms_luts.h6 #define LUT_SIZE 256 macro
/linux/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c43 #define LUT_SIZE SZ_64K macro
366 offset = LUT_SIZE * sndev->nr_lut_mw; in switchtec_ntb_direct_get_addr()
391 offset = LUT_SIZE * lut_index(sndev, idx); in switchtec_ntb_lut_get_addr()
397 *size = LUT_SIZE; in switchtec_ntb_lut_get_addr()
927 ctl_val |= ilog2(LUT_SIZE) << 8; in config_rsvd_lut_win()
1016 addr = mw_addrs[0] + LUT_SIZE * i; in crosslink_setup_mws()
1027 offset = (i == 0) ? LUT_SIZE * sndev->nr_lut_mw : 0; in crosslink_setup_mws()
1146 offset = addr & (LUT_SIZE - 1); in switchtec_ntb_init_crosslink()
1164 LUT_SIZE, LUT_SIZE); in switchtec_ntb_init_crosslink()
1301 memset(sndev->self_shared, 0, LUT_SIZE); in switchtec_ntb_init_shared()
[all …]
/linux/drivers/gpu/drm/vkms/tests/
H A Dvkms_color_test.c131 for (int i = 0; i < LUT_SIZE; i++) { in vkms_color_test_linear()
142 for (int i = 0; i < LUT_SIZE; i++) { in vkms_color_srgb_inv_srgb()