Home
last modified time | relevance | path

Searched refs:has_rom (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c485 bool has_rom) in __set_legacy_tf() argument
503 res = mod_color_calculate_regamma_params(func, gamma, true, has_rom, in __set_legacy_tf()
523 bool has_rom) in __set_output_tf() argument
560 has_rom, NULL, &cal_buffer); in __set_output_tf()
571 uint32_t regamma_size, bool has_rom, in amdgpu_dm_set_atomic_regamma() argument
593 ret = __set_output_tf(out_tf, regamma_lut, regamma_size, has_rom); in amdgpu_dm_set_atomic_regamma()
752 bool has_rom, in amdgpu_dm_atomic_shaper_lut() argument
768 ret = __set_output_tf(func_shaper, shaper_lut, shaper_size, has_rom); in amdgpu_dm_atomic_shaper_lut()
778 bool has_rom, in amdgpu_dm_atomic_blend_lut() argument
913 bool has_rom = adev->asic_type <= CHIP_RAVEN; in amdgpu_dm_update_crtc_color_mgmt() local
[all …]
/linux/drivers/usb/host/
H A Dxhci-pci-renesas.c583 bool has_rom; in renesas_xhci_check_request_fw() local
587 has_rom = renesas_check_rom(pdev); in renesas_xhci_check_request_fw()
588 if (has_rom) { in renesas_xhci_check_request_fw()
593 has_rom = false; in renesas_xhci_check_request_fw()
603 return has_rom ? 0 : err; in renesas_xhci_check_request_fw()
609 if (has_rom) { in renesas_xhci_check_request_fw()