messages from 2021-11-24 14:05:37 to 2021-11-30 14:57:08 UTC [more...]
[PATCH AUTOSEL 5.15 57/68] drm/amd/display: Fixed DSC would not PG after removing DSC stream
2021-11-30 14:46 UTC
[PATCH] drm/amdgpu/display: Only set vblank_disable_immediate when PSR is not enabled
2021-11-30 14:53 UTC
[PATCH 0/6] Expand display core documentation
2021-11-30 14:39 UTC (15+ messages)
` [PATCH 1/6] Documentation/gpu: Reorganize DC documentation
` [PATCH 2/6] Documentation/gpu: Document amdgpu_dm_visual_confirm debugfs entry
` [PATCH 3/6] Documentation/gpu: Document pipe split visual confirmation
` [PATCH 4/6] Documentation/gpu: How to collect DTN log
` [PATCH 5/6] Documentation/gpu: Add basic overview of DC pipeline
` [PATCH 6/6] Documentation/gpu: Add DC glossary
[PATCH V2 00/17] Unified entry point for other blocks to interact with power
2021-11-30 14:07 UTC (27+ messages)
` [PATCH V2 01/17] drm/amd/pm: do not expose implementation details to other blocks out of power
` [PATCH V2 02/17] drm/amd/pm: do not expose power implementation details to amdgpu_pm.c
` [PATCH V2 03/17] drm/amd/pm: do not expose power implementation details to display
` [PATCH V2 04/17] drm/amd/pm: do not expose those APIs used internally only in amdgpu_dpm.c
` [PATCH V2 05/17] drm/amd/pm: do not expose those APIs used internally only in si_dpm.c
` [PATCH V2 06/17] drm/amd/pm: do not expose the API used internally only in kv_dpm.c
` [PATCH V2 07/17] drm/amd/pm: create a new holder for those APIs used only by legacy ASICs(si/kv)
` [PATCH V2 08/17] drm/amd/pm: move pp_force_state_enabled member to amdgpu_pm structure
` [PATCH V2 09/17] drm/amd/pm: optimize the amdgpu_pm_compute_clocks() implementations
` [PATCH V2 10/17] drm/amd/pm: move those code piece used by Stoney only to smu8_hwmgr.c
` [PATCH V2 11/17] drm/amd/pm: correct the usage for amdgpu_dpm_dispatch_task()
` [PATCH V2 12/17] drm/amd/pm: drop redundant or unused APIs and data structures
` [PATCH V2 13/17] drm/amd/pm: do not expose the smu_context structure used internally in power
` [PATCH V2 14/17] drm/amd/pm: relocate the power related headers
` [PATCH V2 15/17] drm/amd/pm: drop unnecessary gfxoff controls
` [PATCH V2 16/17] drm/amd/pm: revise the performance level setting APIs
` [PATCH V2 17/17] drm/amd/pm: unified lock protections in amdgpu_dpm.c
[PATCH] drm/amdgpu: add SMU debug option support
2021-11-30 11:18 UTC (2+ messages)
[PATCH] drm/amdgpu: adjust the kfd reset sequence in reset sriov function
2021-11-30 6:19 UTC (2+ messages)
[PATCH 1/2] drm/amdkfd: process_info lock not needed for svm
2021-11-29 21:47 UTC (3+ messages)
` [PATCH 2/2] drm/amdkfd: err_pin_bo path leaks kfd_bo_list
[PATCH v3 1/3] drm/amdkfd: replace asic_name with amdgpu_asic_name
2021-11-29 21:46 UTC (4+ messages)
` [PATCH v3 2/3] drm/amdkfd: add kfd_device_info_init function
` [PATCH v3 3/3] drm/amdkfd: remove hardcoded device_info structs
[PATCH v2] drm/amdgpu: update fw_load_type module parameter doc to match code
2021-11-29 20:08 UTC
[PATCH] drm/amdkfd: fix double free mem structure
2021-11-29 19:24 UTC (4+ messages)
` [PATCH v2] "
[PATCH] drm/amdkfd: set "r = 0" explicitly before goto
2021-11-29 18:05 UTC (4+ messages)
` [PATCH v2] "
[PATCH] drm/amdgpu: update fw_load_type module parameter doc to match code
2021-11-29 17:48 UTC (2+ messages)
[PATCH] drm/amdgpu/sriov/vcn: skip ip revision check case to ip init for SIENNA_CICHLID
2021-11-29 16:53 UTC (5+ messages)
[PATCH 00/16] DC Patches Nov 26, 2021
2021-11-29 14:16 UTC (18+ messages)
` [PATCH 01/16] drm/amd/display: Enable P010 for DCN3x ASICs
` [PATCH 02/16] drm/amd/display: Allow DSC on supported MST branch devices
` [PATCH 03/16] drm/amd/display: add hdmi disable debug check
` [PATCH 04/16] drm/amd/display: Clear DPCD lane settings after repeater training
` [PATCH 05/16] drm/amd/display: Fix for otg synchronization logic
` [PATCH 06/16] drm/amd/display: Fix for the no Audio bug with Tiled Displays
` [PATCH 07/16] drm/amd/display: add function for eDP and backlight power on
` [PATCH 08/16] drm/amd/display: Add work around for tunneled MST
` [PATCH 09/16] drm/amd/display: Fix dual eDP abnormal display issue
` [PATCH 10/16] drm/amd/display: PSR panel capability debugfs
` [PATCH 11/16] drm/amd/display: Add vendor specific LTTPR workarounds for DCN31
` [PATCH 12/16] drm/amd/display: Skip vendor specific LTTPR w/a outside link training
` [PATCH 13/16] drm/amd/display: Add force detile buffer size debug flag
` [PATCH 14/16] drm/amd/display: Add 16ms AUX RD interval W/A for specific LTTPR
` [PATCH 15/16] drm/amd/display: [FW Promotion] Release 0.0.95
` [PATCH 16/16] drm/amd/display: 3.2.164
[PATCH] drm/amd/amdgpu: use advanced TDR mode by default
2021-11-29 10:50 UTC (3+ messages)
[PATCH] drm/amdgpu: Don't halt RLC on GFX suspend
2021-11-29 8:16 UTC (2+ messages)
kernel 5.15.x: AMD RX 6700 XT - Fails to resume after screen blank
2021-11-26 11:52 UTC (3+ messages)
[PATCH 1/2] drm/amdkfd: Use bitmap_zalloc() when applicable
2021-11-28 16:46 UTC (2+ messages)
` [PATCH 2/2] drm/amdkfd: Use non-atomic bitmap functions when possible
[PATCH Review 1/1] drm/amdgpu: adjust ip block add sequence on aldebaran
2021-11-29 6:39 UTC (3+ messages)
` 回复: "
[PATCH Review 1/1] drm/amdgpu: adjust ip block suspend sequence on aldebaran to fix disable smu feature failure
2021-11-29 6:02 UTC (2+ messages)
Various problems trying to vga-passthrough a Renoir iGPU to a xen/qubes-os hvm
2021-11-27 16:28 UTC
[PATCH v2] drm/amd/display: Add DP-HDMI FRL PCON Support in DC
2021-11-26 16:03 UTC (3+ messages)
[PATCH v1] drm/amd/display: Add DP-HDMI PCON Support in DC
2021-11-26 14:21 UTC (2+ messages)
[PATCH Review 1/1] drm/amdgpu: fix disable ras feature failed when unload drvier v2
2021-11-26 13:30 UTC (2+ messages)
[PATCH Review 1/1] drm/amdgpu: fix disable ras feature failed when unload drvier
2021-11-26 13:21 UTC (5+ messages)
` 回复: "
[PATCH v2 00/13] replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
2021-11-25 13:26 UTC (3+ messages)
` [PATCH v2 07/13] drm/msm: "
[PATCH v10 00/10 RESEND] use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace
2021-11-25 13:51 UTC (10+ messages)
` [PATCH v10 08/10] dyndbg: add print-to-tracefs, selftest with it - RFC
Failed to terminate hdcp ta during suspend on Xen
2021-11-26 9:41 UTC
[bug report] drm/amdkfd: process exit and retry fault race
2021-11-26 8:11 UTC
[PATCH] drm/amdgpu: Use MAX_HWIP instead of HW_ID_MAX
2021-11-26 7:34 UTC (2+ messages)
[PATCH 0/2] Create shared array of power profile name strings
2021-11-26 6:56 UTC (4+ messages)
` [PATCH 1/2] amdgpu/pm: "
` [PATCH 2/2] amdgpu/pm: Modify implmentations of get_power_profile_mode to use amdgpu_pp_profile_name
[PATCH v2] drm/amd/pm: Add warning for unexpected PG requests
2021-11-26 6:20 UTC (3+ messages)
[PATCH] drm/amdgpu: declare static function to fix compiler warning
2021-11-26 6:16 UTC (2+ messages)
[PATCH] drm/amdgpu: fix the missed handling for SDMA2 and SDMA3
2021-11-26 6:12 UTC (2+ messages)
[PATCH] drm/amd/pm: Add warning for unexpected PG requests
2021-11-26 5:27 UTC (6+ messages)
[PATCH 1/9] drm/amdgpu:Define the unified ras function pointers of each IP block
2021-11-26 2:39 UTC (11+ messages)
` [PATCH 2/9] drm/amdgpu: Modify gfx block to fit for the unified ras function pointers
` [PATCH 3/9] drm/amdgpu: Modify gmc "
` [PATCH 4/9] drm/amdgpu: Modify hdp "
` [PATCH 5/9] drm/amdgpu: Modify mca "
` [PATCH 6/9] drm/amdgpu: Modify mmhub "
` [PATCH 7/9] drm/amdgpu: Modify nbio "
` [PATCH 8/9] drm/amdgpu: Modify umc "
` [PATCH 9/9] drm/amdgpu: Modify sdma "
[PATCH AUTOSEL 5.10 18/28] drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again
2021-11-26 2:33 UTC (2+ messages)
` [PATCH AUTOSEL 5.10 19/28] drm/amd/amdgpu: fix potential memleak
[PATCH AUTOSEL 5.15 24/39] drm/amd/pm: Remove artificial freq level on Navi1x
2021-11-26 2:31 UTC (3+ messages)
` [PATCH AUTOSEL 5.15 25/39] drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again
` [PATCH AUTOSEL 5.15 26/39] drm/amd/amdgpu: fix potential memleak
[PATCH v2 1/2] drm/amdkfd: Use bitmap_zalloc() when applicable
2021-11-25 21:37 UTC (3+ messages)
` [PATCH v2 2/2] drm/amdkfd: Slighly optimize 'init_doorbell_bitmap()'
[PATCH v8] drm/amdgpu: handle IH ring1 overflow
2021-11-25 20:41 UTC (2+ messages)
[PATCH v7] drm/amdgpu: handle IH ring1 overflow
2021-11-25 20:29 UTC (4+ messages)
[PATCH] drm/amd/display: fix application of sizeof to pointer
2021-11-25 16:32 UTC (2+ messages)
[PATCH v5] drm/amdgpu: handle IH ring1 overflow
2021-11-25 15:22 UTC (9+ messages)
[PATCH v6] drm/amdgpu: handle IH ring1 overflow
2021-11-25 15:12 UTC (5+ messages)
[PATCH 1/6] dma-buf: move dma_resv_prune_unlocked into dma_resv.c
2021-11-25 9:44 UTC (3+ messages)
[PATCH v3] drm/amdgpu: reset asic after system-wide suspend aborted (v3)
2021-11-25 5:48 UTC
[PATCH v2] drm/amdgpu: reset asic after system-wide suspend aborted (v2)
2021-11-25 4:58 UTC (3+ messages)
[PATCH] drm/amdgpu/sriov/vcn: skip ip revision check case to ip init for SIENNA_CICHLID
2021-11-25 3:18 UTC (2+ messages)
[PATCH v1 0/9] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2021-11-25 2:12 UTC (3+ messages)
` [PATCH v1 7/9] lib: add support for device coherent type in test_hmm
[PATCH v1] drm/amd/display: Add DP-HDMI PCON SST Support
2021-11-24 21:40 UTC (2+ messages)
[PATCH] drm/amd/display: update bios scratch when setting backlight
2021-11-24 21:07 UTC (7+ messages)
` [PATCH] drm/amd/display: fix 64 bit divide
[pull] amdgpu, amdkfd drm-fixes-5.16
2021-11-24 21:20 UTC
[PATCH] drm/amd/display: Fix warning comparing pointer to 0
2021-11-24 19:40 UTC (2+ messages)
linux-next: Tree for Nov 24 (drivers/gpu/drm/amd/display/dc/dsc/rc_calc_dpi.o)
2021-11-24 15:35 UTC
[bug report] drm/amd/display: check top_pipe_to_program pointer
2021-11-24 14:46 UTC
[PATCH 1/3] drm/amdgpu: cancel the correct hrtimer on exit
2021-11-24 14:26 UTC (3+ messages)
` [PATCH 3/3] drm/amdgpu: check atomic flag to differeniate with legacy path
[PATCH] drm/amdgpu/sriov/vcn: skip ip revision check case to ip init for SIENNA_CICHLID
2021-11-24 14:12 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox