Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_color.c227 bool has_rom) in __set_legacy_tf() argument
245 res = mod_color_calculate_regamma_params(func, gamma, true, has_rom, in __set_legacy_tf()
265 bool has_rom) in __set_output_tf() argument
298 has_rom, NULL, &cal_buffer); in __set_output_tf()
399 bool has_rom = adev->asic_type <= CHIP_RAVEN; in amdgpu_dm_update_crtc_color_mgmt() local
444 regamma_size, has_rom); in amdgpu_dm_update_crtc_color_mgmt()
453 regamma_size, has_rom); in amdgpu_dm_update_crtc_color_mgmt()
/linux-6.1.9/drivers/usb/host/
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()