Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_color.c195 bool has_rom) in __set_legacy_tf() argument
213 res = mod_color_calculate_regamma_params(func, gamma, true, has_rom, in __set_legacy_tf()
224 bool has_rom) in __set_output_tf() argument
257 has_rom, NULL, &cal_buffer); in __set_output_tf()
343 bool has_rom = adev->asic_type <= CHIP_RAVEN; in amdgpu_dm_update_crtc_color_mgmt() local
388 regamma_size, has_rom); in amdgpu_dm_update_crtc_color_mgmt()
397 regamma_size, has_rom); in amdgpu_dm_update_crtc_color_mgmt()
/drivers/usb/host/
Dxhci-pci-renesas.c587 bool has_rom; in renesas_xhci_check_request_fw() local
591 has_rom = renesas_check_rom(pdev); in renesas_xhci_check_request_fw()
592 if (has_rom) { in renesas_xhci_check_request_fw()
597 has_rom = false; in renesas_xhci_check_request_fw()
607 return has_rom ? 0 : err; in renesas_xhci_check_request_fw()
613 if (has_rom) { in renesas_xhci_check_request_fw()