messages from 2024-11-15 06:09:50 to 2024-11-20 14:10:52 UTC [more...]
[PATCH] drm/amd/pm: fix and simplify workload handling
2024-11-20 14:10 UTC (3+ messages)
[PATCH] drm/amdgpu/vcn: reset firmware flags after VCPU buffers are cleared to 0
2024-11-20 12:48 UTC (6+ messages)
` [PATCH] drm/amdgpu/vcn: reset fw_shared when VCPU buffers corrupted on vcn v4.0.3
[PATCH 1/3] drm/amdgpu: Add NULL ptr check for non userq fences
2024-11-20 10:36 UTC (5+ messages)
` [PATCH 2/3] drm/amdgpu: Add mqd support for userq compute queue
` [PATCH 3/3] drm/amdgpu: Fix dmesg warning from xarray
[PATCH] drm/amdgpu/gmc7: fix wait_for_idle callers
2024-11-20 9:44 UTC (3+ messages)
[PATCH] drm/amd/pm: Remove arcturus min power limit
2024-11-20 9:08 UTC (2+ messages)
[PATCH] drm/amd/pm: Fix an error handling path in vega10_enable_se_edc_force_stall_config()
2024-11-19 20:23 UTC
[PATCH v9 0/4] Introduce DRM device wedged event
2024-11-20 7:26 UTC (12+ messages)
` [PATCH v9 1/4] drm: Introduce "
` [PATCH v9 2/4] drm/doc: Document "
` [PATCH v9 3/4] drm/xe: Use "
` [PATCH v9 4/4] drm/i915: "
[PATCH] drm/amdgpu: Fix an error handling path in amdgpu_device_xgmi_reset_func()
2024-11-19 20:36 UTC
[PATCH] drm/amdgpu: Prefer RAS recovery for scheduler hang
2024-11-20 5:56 UTC (3+ messages)
[PATCH] drm/amd/pm: Remove arcturus min power limit
2024-11-20 3:57 UTC (2+ messages)
[PATCH] drm/amd/display: Need config check for drm_dp_mst_topology_queue_probe()
2024-11-20 3:08 UTC (2+ messages)
[PATCH] drm/amdgpu: reduce the mmio writes in kiq setting
2024-11-20 1:39 UTC (3+ messages)
[PATCH 0/9] DC Patches Nov 19, 2024
2024-11-20 0:28 UTC (10+ messages)
` [PATCH 1/9] drm/amd/display: Add a left edge pixel if in YCbCr422 or YCbCr420 and odm
` [PATCH 2/9] drm/amd/display: Enable EASF based on luma taps only
` [PATCH 3/9] drm/amd/display: Add disable_ips_in_dpms_off flag for IPS
` [PATCH 4/9] drm/amd/display: Add support for custom recout_width in SPL
` [PATCH 5/9] drm/amd/display: Add option to retrieve detile buffer size
` [PATCH 6/9] drm/amd/display: Correct prefetch calculation
` [PATCH 7/9] drm/amd/display: Limit VTotal range to max hw cap minus fp
` [PATCH 8/9] drm/amd/display: Add hblank borrowing support
` [PATCH 9/9] drm/amd/display: 3.2.311
[PATCH] SWDEV-476969 - dm/amdgpu: Fail dm_atomic_check if cursor overlay is required at MAX_SURFACES
2024-11-19 17:38 UTC (6+ messages)
[PATCH 0/1] Add support for isp buffers
2024-11-19 16:01 UTC (6+ messages)
` [PATCH 1/1] drm/amd/amdgpu: "
[PATCH] drm/amdgpu: Use MEC FW with SJT on gfx_v9_4_3
2024-11-19 15:37 UTC
[PATCH 1/3] drm/amdgpu: Add NULL ptr check for non userq fences
2024-11-19 13:21 UTC (3+ messages)
` [PATCH 2/3] drm/amdgpu: Add mqd support for userq compute queue
` [PATCH 3/3] drm/amdgpu: Fix PF issue when xalloc fails
[PATCH v2] drm/amdgpu: Check fence emitted count to identify bad jobs
2024-11-19 9:30 UTC (3+ messages)
[PATCH v8 0/5] rework bo mem stats tracking
2024-11-18 15:48 UTC (13+ messages)
` [PATCH v8 1/5] drm: add drm_memory_stats_is_zero
` [PATCH v8 2/5] drm: make drm-active- stats optional
` [PATCH v8 3/5] Documentation/gpu: Clarify drm memory stats definition
` [PATCH v8 4/5] drm/amdgpu: remove unused function parameter
` [PATCH v8 5/5] drm/amdgpu: track bo memory stats at runtime
[PATCH v7 0/4] rework bo mem stats tracking
2024-11-18 15:42 UTC (5+ messages)
` [PATCH v7 2/4] drm: make drm-active- stats optional
[PATCH 01/21] drm/amdgpu: simplify RAS page retirement in one memory row
2024-11-19 8:00 UTC (22+ messages)
` [PATCH 02/21] drm/amdgpu: remove redundant RAS error address coversion code
` [PATCH 03/21] drm/amdgpu: store PA with column bits cleared for RAS bad page
` [PATCH 04/21] drm/amdgpu: make convert_ras_err_addr visible outside UMC block
` [PATCH 05/21] drm/amdgpu: reduce memory usage for umc_lookup_bad_pages_in_a_row
` [PATCH 06/21] drm/amdgpu: add return value for convert_ras_err_addr
` [PATCH 07/21] drm/amdgpu: add TA_RAS_INV_NODE value
` [PATCH 08/21] drm/amdgpu: add flag to indicate the type of RAS eeprom record
` [PATCH 09/21] drm/amdgpu: do RAS MCA2PA conversion in device init phase
` [PATCH 10/21] drm/amdgpu: store only one RAS bad page record for all pages in one row
` [PATCH 11/21] drm/amdgpu: retire RAS bad pages in different NPS modes
` [PATCH 12/21] drm/amdgpu: add function to find all memory pages in one physical row
` [PATCH 13/21] drm/amdgpu: support to find RAS bad pages via old TA
` [PATCH 14/21] drm/amdgpu: save UMC global channel index to eeprom
` [PATCH 15/21] drm/amdgpu: add a flag to indicate UMC channel index version
` [PATCH 16/21] drm/amdgpu: add interface to get die id from memory address
` [PATCH 17/21] drm/amdgpu: add ras_mca2pa to convert UMC address in legacy way
` [PATCH 18/21] drm/amdgpu: add from_rom parameter for ras_add_bad_pages
` [PATCH 19/21] drm/amdgpu: parse legacy RAS bad page mixed with new data in various NPS modes
` [PATCH 20/21] drm/amdgpu: remove is_mca_add for ras_add_bad_pages
` [PATCH 21/21] drm/amdgpu: set UMC PA per NPS mode when PA is 0
[PATCH v2] drm/amd/pm: disable pcie speed switching on Intel platform for smu v14.0.2/3
2024-11-19 7:47 UTC (2+ messages)
[PATCH] drm/amd/pm: skip the power source check on smu v14.0.2/3
2024-11-19 7:08 UTC (2+ messages)
[PATCH 1/2] drm/amdgpu: Add init level for post reset reinit
2024-11-19 6:49 UTC (3+ messages)
` [PATCH 2/2] drm/amdgpu: Check whether in reset recovery state
[PATCH] drm/amdgpu/pm: skip the power source check on smu v14.0.2/3
2024-11-19 6:09 UTC (3+ messages)
[PATCH] drm/amd/pm: disable pcie speed switching on Intel platform for smu v14.0.2/3
2024-11-19 5:56 UTC (4+ messages)
[PATCH] drm/amdgpu/pm: add gen5 display to the user on smu v14.0.2/3
2024-11-19 5:55 UTC (2+ messages)
Vanilla Kernel Build of Recent 6.12.0 Kernel Test Results on M18r1 AMD Alienware
2024-11-19 4:25 UTC
[PATCH v2] drm/amdkfd: Differentiate logging message for driver oversubscription
2024-11-19 2:43 UTC (2+ messages)
[PATCH 1/3] Revert "drm/amdgpu: fix a mistake when removing mem_info_preempt_used sysfs"
2024-11-19 1:19 UTC (6+ messages)
` [PATCH 2/3] Revert "drm/amdgpu: fix warning when removing sysfs"
` [PATCH 3/3] drm/amdgpu: Fix sysfs warning when hotplugging
[PATCH] drm/amd: Add Suspend/Hibernate notification callback support
2024-11-18 20:03 UTC
[PATCH 0/5] drm/connector: make mode_valid() callback accept const mode pointer
2024-11-18 19:45 UTC (23+ messages)
` [PATCH 1/5] drm/encoder_slave: make mode_valid accept const struct drm_display_mode
` [PATCH 2/5] drm/amdgpu: don't change mode in amdgpu_dm_connector_mode_valid()
` [PATCH 3/5] drm/sti: hda: pass const struct drm_display_mode* to hda_get_mode_idx()
` [PATCH 4/5] drm/connector: make mode_valid_ctx accept const struct drm_display_mode
` [PATCH 5/5] drm/connector: make mode_valid "
[PATCH] drm/amdkfd: Use the correct wptr size
2024-11-18 19:15 UTC (2+ messages)
[PATCH 1/2] drm/amd: Add some missing straps from NBIO 7.11.0
2024-11-18 19:11 UTC (3+ messages)
` [PATCH 2/2] drm/amd: Fix initialization mistake for NBIO 7.11 devices
[PATCH 0/2] drm/amd/display: Fix Null Pointer Dereference Issues
2024-11-18 17:12 UTC (4+ messages)
` [PATCH 2/2] drm/amd/display: Fix null check for pipe_ctx->plane_state in hwss_setup_dpp
[PATCH] drm/amd: Fail the suspend sequence if GPU is not going to s0i3 or s3
2024-11-18 16:46 UTC
[PATCH] drm/radeon: Fix spurious unplug event on radeon HDMI
2024-11-18 15:37 UTC (2+ messages)
[PATCH] drm/radeon: Constify struct pci_device_id
2024-11-18 15:26 UTC (3+ messages)
[PATCH] drm/amd/display: Allow building DC with clang on LoongArch
2024-11-18 15:24 UTC (2+ messages)
[PATCH 0/9] DC Patches November 12, 2024
2024-11-18 14:38 UTC (2+ messages)
[PATCH] drm/amd/pm: prevent invalid fan speed value in smu13 driver
2024-11-18 12:42 UTC
[PATCH 1/2] Revert "drm/amd/pm: correct the workload setting"
2024-11-18 8:44 UTC (3+ messages)
` [PATCH 2/2] drm/amd/pm: fix and simplify workload handling
[PATCH 00/35] Reorganize kerneldoc parameter names
2024-11-17 12:09 UTC (2+ messages)
` (subset) "
[PATCH 3/3 V2] drm/amdgpu: Fix sysfs warning when hotplugging
2024-11-18 5:46 UTC (2+ messages)
[PATCH] drm/amdgpu: Fix sysfs warning when hotplugging
2024-11-18 2:38 UTC (2+ messages)
[PATCH] drm/amd/display: 3.2.310
2024-11-17 17:52 UTC
[PATCH 4/7] drm/vmwgfx: use the new drm_exec object
2024-11-17 9:15 UTC (2+ messages)
[PATCH 3/7] drm/vmwgfx: start to phase out ttm_exec
2024-11-17 7:12 UTC (2+ messages)
[RFC PATCH v2] drm/amd/display/dc: Refactor remove duplications
2024-11-16 22:47 UTC
[pull] amdgpu drm-fixes-6.12
2024-11-16 14:53 UTC
[RFC PATCH 0/6 6.6] Address rename/readdir bugs in fs/libfs.c
2024-11-16 7:22 UTC (7+ messages)
` [RFC PATCH 6/6 6.6] libfs: fix infinite directory reads for offset dir
[pull] amdgpu, amdkfd drm-next-6.13
2024-11-15 16:50 UTC
[PATCH 00/15] VCN instance rework
2024-11-15 15:11 UTC (6+ messages)
` [PATCH 01/15] drm/amdgpu: partially revert VCN IP block instancing support
` [PATCH 15/15] drm/amdgpu/vcn: update work handler for per instance powergating
[PATCH 1/2] drm/admgpu: fix vcn sw init failed
2024-11-15 14:24 UTC (12+ messages)
` [PATCH 2/2] drm/amdgpu: "
[PATCH] drm/amd/pm: fix and simplify workload handling
2024-11-15 14:14 UTC (4+ messages)
[PATCH] drm/amdgpu: update MODULE_PARM_DESC for freesync_video
2024-11-15 13:58 UTC
[PATCH] drm/amdkfd: make sure ring buffer is flushed before update wptr
2024-11-15 12:08 UTC (3+ messages)
[PATCH v2 0/2] Remove redundant check
2024-11-14 15:11 UTC (3+ messages)
` [PATCH v2 1/2] drm/amd/display: remove redundant is_dsc_possible check
` [PATCH v2 2/2] drm/amd/pm: remove redundant tools_size check
[PATCH 0/5] Better recovery from DMUB load failures
2024-11-15 6:09 UTC (3+ messages)
` [PATCH 4/5] drm/amd/display: convert all DRM_ERROR and DRM_WARN to drm_*
` [PATCH 5/5] drm/amd/display: Make DMUB auto-load failures fatal
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