You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
Remove upstreamed patches
This commit is contained in:
@@ -1,137 +0,0 @@
|
||||
From 4d06551ba0b50702c9e23881d96107404ffe25a3 Mon Sep 17 00:00:00 2001
|
||||
From: Alex Deucher <alexander.deucher@amd.com>
|
||||
Date: Wed, 20 Dec 2023 12:33:45 -0500
|
||||
Subject: [PATCH 1/2] drm/amd/display: add nv12 bounding box
|
||||
|
||||
This was included in gpu_info firmware, move it into the
|
||||
driver for consistency with other nv1x parts.
|
||||
|
||||
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
||||
---
|
||||
.../drm/amd/display/dc/dml/dcn20/dcn20_fpu.c | 110 +++++++++++++++++-
|
||||
1 file changed, 109 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c b/drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c
|
||||
index ec77b2b41ba3..d2271e308fa0 100644
|
||||
--- a/drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c
|
||||
+++ b/drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c
|
||||
@@ -440,7 +440,115 @@ struct _vcs_dpi_soc_bounding_box_st dcn2_0_nv14_soc = {
|
||||
.use_urgent_burst_bw = 0
|
||||
};
|
||||
|
||||
-struct _vcs_dpi_soc_bounding_box_st dcn2_0_nv12_soc = { 0 };
|
||||
+struct _vcs_dpi_soc_bounding_box_st dcn2_0_nv12_soc = {
|
||||
+ .clock_limits = {
|
||||
+ {
|
||||
+ .state = 0,
|
||||
+ .dcfclk_mhz = 560.0,
|
||||
+ .fabricclk_mhz = 560.0,
|
||||
+ .dispclk_mhz = 513.0,
|
||||
+ .dppclk_mhz = 513.0,
|
||||
+ .phyclk_mhz = 540.0,
|
||||
+ .socclk_mhz = 560.0,
|
||||
+ .dscclk_mhz = 171.0,
|
||||
+ .dram_speed_mts = 1069.0,
|
||||
+ },
|
||||
+ {
|
||||
+ .state = 1,
|
||||
+ .dcfclk_mhz = 694.0,
|
||||
+ .fabricclk_mhz = 694.0,
|
||||
+ .dispclk_mhz = 642.0,
|
||||
+ .dppclk_mhz = 642.0,
|
||||
+ .phyclk_mhz = 600.0,
|
||||
+ .socclk_mhz = 694.0,
|
||||
+ .dscclk_mhz = 214.0,
|
||||
+ .dram_speed_mts = 1324.0,
|
||||
+ },
|
||||
+ {
|
||||
+ .state = 2,
|
||||
+ .dcfclk_mhz = 875.0,
|
||||
+ .fabricclk_mhz = 875.0,
|
||||
+ .dispclk_mhz = 734.0,
|
||||
+ .dppclk_mhz = 734.0,
|
||||
+ .phyclk_mhz = 810.0,
|
||||
+ .socclk_mhz = 875.0,
|
||||
+ .dscclk_mhz = 245.0,
|
||||
+ .dram_speed_mts = 1670.0,
|
||||
+ },
|
||||
+ {
|
||||
+ .state = 3,
|
||||
+ .dcfclk_mhz = 1000.0,
|
||||
+ .fabricclk_mhz = 1000.0,
|
||||
+ .dispclk_mhz = 1100.0,
|
||||
+ .dppclk_mhz = 1100.0,
|
||||
+ .phyclk_mhz = 810.0,
|
||||
+ .socclk_mhz = 1000.0,
|
||||
+ .dscclk_mhz = 367.0,
|
||||
+ .dram_speed_mts = 2000.0,
|
||||
+ },
|
||||
+ {
|
||||
+ .state = 4,
|
||||
+ .dcfclk_mhz = 1200.0,
|
||||
+ .fabricclk_mhz = 1200.0,
|
||||
+ .dispclk_mhz = 1284.0,
|
||||
+ .dppclk_mhz = 1284.0,
|
||||
+ .phyclk_mhz = 810.0,
|
||||
+ .socclk_mhz = 1200.0,
|
||||
+ .dscclk_mhz = 428.0,
|
||||
+ .dram_speed_mts = 2000.0,
|
||||
+ },
|
||||
+ {
|
||||
+ .state = 5,
|
||||
+ .dcfclk_mhz = 1200.0,
|
||||
+ .fabricclk_mhz = 1200.0,
|
||||
+ .dispclk_mhz = 1284.0,
|
||||
+ .dppclk_mhz = 1284.0,
|
||||
+ .phyclk_mhz = 810.0,
|
||||
+ .socclk_mhz = 1200.0,
|
||||
+ .dscclk_mhz = 428.0,
|
||||
+ .dram_speed_mts = 2000.0,
|
||||
+ },
|
||||
+ },
|
||||
+
|
||||
+ .num_states = 5,
|
||||
+ .sr_exit_time_us = 1.9,
|
||||
+ .sr_enter_plus_exit_time_us = 4.4,
|
||||
+ .urgent_latency_us = 3.0,
|
||||
+ .urgent_latency_pixel_data_only_us = 4.0,
|
||||
+ .urgent_latency_pixel_mixed_with_vm_data_us = 4.0,
|
||||
+ .urgent_latency_vm_data_only_us = 4.0,
|
||||
+ .urgent_out_of_order_return_per_channel_pixel_only_bytes = 4096,
|
||||
+ .urgent_out_of_order_return_per_channel_pixel_and_vm_bytes = 4096,
|
||||
+ .urgent_out_of_order_return_per_channel_vm_only_bytes = 4096,
|
||||
+ .pct_ideal_dram_sdp_bw_after_urgent_pixel_only = 40.0,
|
||||
+ .pct_ideal_dram_sdp_bw_after_urgent_pixel_and_vm = 40.0,
|
||||
+ .pct_ideal_dram_sdp_bw_after_urgent_vm_only = 40.0,
|
||||
+ .max_avg_sdp_bw_use_normal_percent = 40.0,
|
||||
+ .max_avg_dram_bw_use_normal_percent = 40.0,
|
||||
+ .writeback_latency_us = 12.0,
|
||||
+ .ideal_dram_bw_after_urgent_percent = 40.0,
|
||||
+ .max_request_size_bytes = 256,
|
||||
+ .dram_channel_width_bytes = 16,
|
||||
+ .fabric_datapath_to_dcn_data_return_bytes = 64,
|
||||
+ .dcn_downspread_percent = 0.5,
|
||||
+ .downspread_percent = 0.5,
|
||||
+ .dram_page_open_time_ns = 50.0,
|
||||
+ .dram_rw_turnaround_time_ns = 17.5,
|
||||
+ .dram_return_buffer_per_channel_bytes = 8192,
|
||||
+ .round_trip_ping_latency_dcfclk_cycles = 131,
|
||||
+ .urgent_out_of_order_return_per_channel_bytes = 4096,
|
||||
+ .channel_interleave_bytes = 256,
|
||||
+ .num_banks = 8,
|
||||
+ .num_chans = 16,
|
||||
+ .vmm_page_size_bytes = 4096,
|
||||
+ .dram_clock_change_latency_us = 45.0,
|
||||
+ .writeback_dram_clock_change_latency_us = 23.0,
|
||||
+ .return_bus_width_bytes = 64,
|
||||
+ .dispclk_dppclk_vco_speed_mhz = 3850,
|
||||
+ .xfc_bus_transport_time_us = 20,
|
||||
+ .xfc_xbuf_latency_tolerance_us = 50,
|
||||
+ .use_urgent_burst_bw = 0,
|
||||
+};
|
||||
|
||||
struct _vcs_dpi_ip_params_st dcn2_1_ip = {
|
||||
.odm_capable = 1,
|
||||
--
|
||||
2.42.0
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
From 197a96dc2d0c294232bfc1a0f5d31e4658f99f2b Mon Sep 17 00:00:00 2001
|
||||
From: Alex Deucher <alexander.deucher@amd.com>
|
||||
Date: Wed, 20 Dec 2023 12:36:08 -0500
|
||||
Subject: [PATCH 2/2] drm/amdgpu: skip gpu_info fw loading on navi12
|
||||
|
||||
It's no longer required.
|
||||
|
||||
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
||||
---
|
||||
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 11 ++---------
|
||||
1 file changed, 2 insertions(+), 9 deletions(-)
|
||||
|
||||
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
|
||||
index 8dee52ce26d0..93cf73d6fa11 100644
|
||||
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
|
||||
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
|
||||
@@ -2188,15 +2188,8 @@ static int amdgpu_device_parse_gpu_info_fw(struct amdgpu_device *adev)
|
||||
|
||||
adev->firmware.gpu_info_fw = NULL;
|
||||
|
||||
- if (adev->mman.discovery_bin) {
|
||||
- /*
|
||||
- * FIXME: The bounding box is still needed by Navi12, so
|
||||
- * temporarily read it from gpu_info firmware. Should be dropped
|
||||
- * when DAL no longer needs it.
|
||||
- */
|
||||
- if (adev->asic_type != CHIP_NAVI12)
|
||||
- return 0;
|
||||
- }
|
||||
+ if (adev->mman.discovery_bin)
|
||||
+ return 0;
|
||||
|
||||
switch (adev->asic_type) {
|
||||
default:
|
||||
--
|
||||
2.42.0
|
||||
|
||||
Reference in New Issue
Block a user