We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfc439 commit a3fe0e3Copy full SHA for a3fe0e3
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -937,6 +937,7 @@ static int dm_dmub_hw_init(struct amdgpu_device *adev)
937
return 0;
938
}
939
940
+#if defined(CONFIG_DRM_AMD_DC_DCN)
941
#define DMUB_TRACE_MAX_READ 64
942
static void dm_dmub_trace_high_irq(void *interrupt_params)
943
{
@@ -963,7 +964,6 @@ static void dm_dmub_trace_high_irq(void *interrupt_params)
963
964
ASSERT(count <= DMUB_TRACE_MAX_READ);
965
966
-#if defined(CONFIG_DRM_AMD_DC_DCN)
967
static void mmhub_read_system_context(struct amdgpu_device *adev, struct dc_phy_addr_space_config *pa_config)
968
969
uint64_t pt_base;
0 commit comments