amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-07 19:45:33 to 2024-05-10 02:53:16 UTC [more...]

[PATCH 01/22] drm/amdgpu: fix dereference after null check
 2024-05-10  2:50 UTC  (10+ messages)
` [PATCH 02/22] drm/amdgpu: the warning dereferencing obj for nbio_v7_4
` [PATCH 03/22] drm/amdgpu: fix the waring dereferencing hive
` [PATCH 04/22] drm/amd: fix the warning unchecking return vaule for sdma_v7
` [PATCH 05/22] drm/amd/pm: check specific index for aldebaran
` [PATCH 06/22] drm/amd/pm: check the return of send smc msg for sienna_cichild
` [PATCH 07/22] drm/amd/pm: check the return of send smc msg for navi10
` [PATCH 08/22] drm/amd/pm: check the return of send smc msg for smu_v13
` [PATCH 09/22] drm/amd/pm: check specific index for smu13
` [PATCH 10/22] drm/amdgpu: remove structurally dead code

[PATCH 1/2] drm/amdgpu/pm: Check input value for power profile setting on smu13 and smu14
 2024-05-10  1:53 UTC  (6+ messages)
` [PATCH 2/2] drm/amdgpu/pm: Check input value for CUSTOM profile mode setting on legacy SOCs

[PATCH v2 0/3] Add ISP driver support in amdgpu
 2024-05-09 22:13 UTC  (8+ messages)
` [PATCH v2 1/3] drm/amd/amdgpu: Add ISP support to amdgpu_discovery
` [PATCH v2 2/3] drm/amd/amdgpu: Add ISP driver support
` [PATCH v2 3/3] drm/amd/amdgpu: Enable ISP in amdgpu_discovery

[PATCH] drm/amd/amdgpu: update jpeg 5 capability
 2024-05-09 22:07 UTC  (2+ messages)

[PATCH] drm/amdgpu/jpeg: keep drm kernel message consistent
 2024-05-09 22:07 UTC  (6+ messages)

[PATCH] drm/amdkfd: Fix CU Masking for GFX 9.4.3
 2024-05-09 22:05 UTC 

[linux-next:master] BUILD REGRESSION 704ba27ac55579704ba1289392448b0c66b56258
 2024-05-09 21:51 UTC 

[PATCH v3 0/3] Add ISP driver support in amdgpu
 2024-05-09 21:50 UTC  (4+ messages)
` [PATCH v3 1/3] drm/amd/amdgpu: Add ISP support to amdgpu_discovery
` [PATCH v3 2/3] drm/amd/amdgpu: Add ISP driver support
` [PATCH v3 3/3] drm/amd/amdgpu: Enable ISP in amdgpu_discovery

[PATCH v2] drm/amdgpu: Add Ring Hang Events
 2024-05-09 20:41 UTC 

[PATCH] drm/amdgpu/vcn: remove irq disabling in vcn 5 suspend
 2024-05-09 20:09 UTC  (2+ messages)

[PATCH] drm/amdkfd: Ensure gpu_id is unique
 2024-05-09 20:06 UTC 

[PATCH] drm/amdgpu/vcn: set VCN5 power gating state to GATE on suspend
 2024-05-09 19:58 UTC 

[PATCH 2/3] drm/amd/amdgpu: Add ISP driver support
 2024-05-09 19:40 UTC  (7+ messages)

[PATCH] drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2
 2024-05-09 19:18 UTC  (4+ messages)

[PATCH] drm/radeon: Delay Connector detecting when HPD singals is unstable
 2024-05-09 17:24 UTC  (2+ messages)

[PATCH 2/3] drm/amd/amdgpu: Add ISP driver support
 2024-05-09 17:16 UTC 

[PATCH] drm/amd/pm: remove deprecated I2C_CLASS_SPD support from newly added SMU_14_0_2
 2024-05-09 17:15 UTC  (2+ messages)

[PATCH] drm/amd/display: Don't register panel_power_savings on OLED panels
 2024-05-09 17:05 UTC 

[PATCH] drm/amdgpu: enable unmapped doorbell handling basic mode on mes 12
 2024-05-09 14:45 UTC  (2+ messages)

[RFC 0/5] Discussion around eviction improvements
 2024-05-09 12:40 UTC  (9+ messages)
` [RFC 1/5] drm/amdgpu: Fix migration rate limiting accounting
` [RFC 2/5] drm/amdgpu: Actually respect buffer migration budget
` [RFC 3/5] drm/ttm: Add preferred placement flag
` [RFC 4/5] drm/amdgpu: Use preferred placement for VRAM+GTT
` [RFC 5/5] drm/amdgpu: Re-validate evicted buffers

[PATCH] drm/amdgpu/pm: Fix code alignment issue
 2024-05-09 12:48 UTC  (2+ messages)

[PATCH] drm/amd/pm: Fix aldebaran pcie speed reporting
 2024-05-09 12:47 UTC  (3+ messages)

[PATCH v1 0/4] Add CP and GFX Queue register in ip Dump for
 2024-05-09 11:19 UTC  (5+ messages)
` [PATCH v1 1/4] drm/amdgpu: update the ip_dump to ipdump_core
` [PATCH v1 2/4] drm/amdgpu: Add support to dump gfx10 cp registers
` [PATCH v1 3/4] drm/amdgpu: add support to dump gfx10 queue registers
` [PATCH v1 4/4] drm/amdgpu: add prints while ip registr dump

[PATCH 1/3] drm/amdgpu: Add amdgpu_bo_is_vm_bo helper
 2024-05-08  8:26 UTC  (4+ messages)

[PATCH v3 0/6] Make I2C terminology more inclusive for I2C Algobit and consumers
 2024-05-08 23:43 UTC  (7+ messages)
` [PATCH v3 1/6] drm/amdgpu, drm/radeon: Make I2C terminology more inclusive
` [PATCH v3 2/6] drm/gma500: "
` [PATCH v3 3/6] drm/i915: "
` [PATCH v3 4/6] sfc: falcon: "
` [PATCH v3 5/6] fbdev/smscufx: "
` [PATCH v3 6/6] fbdev/viafb: "

[PATCH v8 00/35] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y regression
 2024-05-08 19:32 UTC  (2+ messages)

2024 X.Org Developers Conference - October 9-11, Montréal, Canada
 2024-05-08 19:38 UTC 

[patch] problems with "fix visible VRAM handling during faults"
 2024-05-08 11:25 UTC  (4+ messages)

[bug report] drm/amd/display: Introduce DML2
 2024-05-08 12:29 UTC 

[PATCH v2 00/12] Make I2C terminology more inclusive for I2C Algobit and consumers
 2024-05-08 21:12 UTC  (6+ messages)
` [PATCH v2 01/12] drm/amdgpu, drm/radeon: Make I2C terminology more inclusive

[PATCH] drm/amdgpu/mes: fix mes12 to map legacy queue
 2024-05-09  7:20 UTC  (2+ messages)

[PATCH] drm/amd/display: Drop pixel_clock_mhz
 2024-05-09  1:55 UTC 

[pull] amdgpu, amdkfd drm-fixes-6.9
 2024-05-08 23:00 UTC 

[PATCH v2] drm/amd/display: Enable colorspace property for MST connectors
 2024-05-08 21:45 UTC 

[PATCH 0/4] AMDGPU userqueue suspend/resume
 2024-05-08 20:28 UTC  (5+ messages)
` [PATCH 1/4] drm/amdgpu: add gfx eviction fence helpers
` [PATCH 2/4] drm/amdgpu: add core userqueue suspend/resume functions
` [PATCH 3/4] drm/amdgpu: suspend gfx userqueues
` [PATCH 4/4] drm/amdgpu: add userqueue resume

[linux-next:master] BUILD REGRESSION e7b4ef8fffaca247809337bb78daceb406659f2d
 2024-05-08 20:18 UTC 

[PATCH 1/2] drm: Allow mode object properties to be added after a device is registered
 2024-05-08 19:56 UTC  (3+ messages)
` [PATCH 2/2] Revert "drm/amd/display: Temporary Disable MST DP Colorspace Property"

[PATCH] drm/amdgpu/soc24: use common nbio callback to set remap offset
 2024-05-08 19:23 UTC 

[PATCH 2/5] drm/amdgpu: Use drm_crtc_vblank_crtc()
 2024-05-08 19:00 UTC  (4+ messages)

[PATCH] drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible
 2024-05-08 17:25 UTC  (3+ messages)

[PATCH 00/20] DC Patches May 08, 2024
 2024-05-08 17:13 UTC  (21+ messages)
` [PATCH 01/20] drm/amd/display: Create dcn401_clk_mgr struct
` [PATCH 02/20] drm/amd/display: Disable AC/DC codepath when unnecessary
` [PATCH 03/20] drm/amd/display: Remove unused code for some dc files
` [PATCH 04/20] drm/amd/display: Remove USBC check for DCN32
` [PATCH 05/20] drm/amd/display: Fix write to non-existent reg on DCN401
` [PATCH 06/20] drm/amd/display: Fix 3dlut size for Fastloading "
` [PATCH 07/20] drm/amd/display: Refactor DCN401 DCCG into component directory
` [PATCH 08/20] drm/amd/display: Add COEF filter types for DCN401
` [PATCH 09/20] drm/amd/display: Add resource interfaces for get ODM slice rect
` [PATCH 10/20] drm/amd/display: Add left edge pixel for YCbCr422/420 + ODM pipe split
` [PATCH 11/20] drm/amd/display: Expand to higher link rates
` [PATCH 12/20] drm/amd/display: Enable SYMCLK gating in DCCG
` [PATCH 13/20] drm/amd/display: Check UHBR13.5 cap when determining max link cap
` [PATCH 14/20] drm/amd/display: Don't offload flip if not only address update
` [PATCH 15/20] drm/amd/display: Allow higher DSC slice support for small timings on dcn401
` [PATCH 16/20] drm/amd/display: Reduce I2C speed to 95kHz in DCN401
` [PATCH 17/20] drm/amd/display: Refactor dcn401_update_clocks
` [PATCH 18/20] drm/amd/display: Find max flickerless instant vtotal delta
` [PATCH 19/20] drm/amd/display: Read default boot options
` [PATCH 20/20] drm/amd/display: 3.2.285

[PATCH 3/3] drm/amd/amdgpu: Enable ISP in amdgpu_discovery
 2024-05-08 14:51 UTC 

[PATCH 1/3] drm/amd/amdgpu: Add ISP support to amdgpu_discovery
 2024-05-08 14:48 UTC 

[PATCH 00/11] drm: Provide common fbdev client helpers
 2024-05-08 12:53 UTC  (6+ messages)
` [PATCH 07/11] drm/gma500: Use "
` [PATCH 11/11] drm/tegra: "

[PATCH] drm/amdgpu: Fix buffer size to prevent truncation in gfx_v12_0_init_microcode
 2024-05-08 11:38 UTC  (4+ messages)
` [PATCH] drm/amdgpu: Fix truncation by resizing ucode_prefix in imu_v12_0_init_microcode

[PATCH] drm/buddy: Fix the range bias clear memory allocation issue
 2024-05-08  8:41 UTC  (2+ messages)

[RFC PATCH] drm/amd/display: Disable panel_power_savings sysfs entry for OLED displays
 2024-05-07 20:09 UTC 

[RFC 0/5] Add capacity key to fdinfo
 2024-05-07  8:57 UTC  (9+ messages)

[PATCH] drm/amdgpu/umsch: add support to capture fw debug log
 2024-05-08  5:50 UTC 

[linux-next:master] BUILD REGRESSION 93a39e4766083050ca0ecd6a3548093a3b9eb60c
 2024-05-08  5:07 UTC 

[PATCH AUTOSEL 5.4 5/6] drm/amdkfd: Flush the process wq before creating a kfd_process
 2024-05-07 23:14 UTC 

[PATCH AUTOSEL 5.10 8/9] drm/amdkfd: Flush the process wq before creating a kfd_process
 2024-05-07 23:14 UTC 

[PATCH AUTOSEL 5.15 11/15] drm/amd/display: Atom Integrated System Info v2_2 for DCN35
 2024-05-07 23:13 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 12/15] drm/amdkfd: Flush the process wq before creating a kfd_process

[PATCH AUTOSEL 6.1 15/25] drm/amd/display: Add dtbclk access to dcn315
 2024-05-07 23:12 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 16/25] drm/amd/display: Atom Integrated System Info v2_2 for DCN35
` [PATCH AUTOSEL 6.1 17/25] drm/amd/display: Add VCO speed parameter for DCN31 FPU
` [PATCH AUTOSEL 6.1 18/25] drm/amdkfd: Flush the process wq before creating a kfd_process

[PATCH AUTOSEL 6.6 28/43] drm/amdgpu: Fix VRAM memory accounting
 2024-05-07 23:09 UTC  (8+ messages)
` [PATCH AUTOSEL 6.6 29/43] drm/amd/display: Add dtbclk access to dcn315
` [PATCH AUTOSEL 6.6 30/43] drm/amd/display: Atom Integrated System Info v2_2 for DCN35
` [PATCH AUTOSEL 6.6 31/43] drm/amd/display: Allocate zero bw after bw alloc enable
` [PATCH AUTOSEL 6.6 32/43] drm/amd/display: Add VCO speed parameter for DCN31 FPU
` [PATCH AUTOSEL 6.6 33/43] drm/amd/display: Fix DC mode screen flickering on DCN321
` [PATCH AUTOSEL 6.6 34/43] drm/amd/display: Disable seamless boot on 128b/132b encoding
` [PATCH AUTOSEL 6.6 35/43] drm/amdkfd: Flush the process wq before creating a kfd_process

[PATCH AUTOSEL 6.8 35/52] drm/amdgpu: Fix VRAM memory accounting
 2024-05-07 23:07 UTC  (9+ messages)
` [PATCH AUTOSEL 6.8 36/52] drm/amd/display: Ensure that dmcub support flag is set for DCN20
` [PATCH AUTOSEL 6.8 37/52] drm/amd/display: Add dtbclk access to dcn315
` [PATCH AUTOSEL 6.8 38/52] drm/amd/display: Atom Integrated System Info v2_2 for DCN35
` [PATCH AUTOSEL 6.8 39/52] drm/amd/display: Allocate zero bw after bw alloc enable
` [PATCH AUTOSEL 6.8 40/52] drm/amd/display: Add VCO speed parameter for DCN31 FPU
` [PATCH AUTOSEL 6.8 41/52] drm/amd/display: Fix DC mode screen flickering on DCN321
` [PATCH AUTOSEL 6.8 42/52] drm/amd/display: Disable seamless boot on 128b/132b encoding
` [PATCH AUTOSEL 6.8 43/52] drm/amdkfd: Flush the process wq before creating a kfd_process

[PATCH AUTOSEL 4.19 3/3] drm/amd/display: Set color_mgmt_changed to true on unsuspend
 2024-05-07 23:01 UTC 

[PATCH AUTOSEL 5.4 3/3] drm/amd/display: Set color_mgmt_changed to true on unsuspend
 2024-05-07 23:01 UTC 

[PATCH AUTOSEL 5.10 3/3] drm/amd/display: Set color_mgmt_changed to true on unsuspend
 2024-05-07 23:01 UTC 

[PATCH AUTOSEL 5.15 4/5] drm/amd/display: Set color_mgmt_changed to true on unsuspend
 2024-05-07 23:01 UTC 

[PATCH AUTOSEL 6.1 06/12] drm/amd/display: Set color_mgmt_changed to true on unsuspend
 2024-05-07 23:00 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 07/12] drm/amdgpu: Update BO eviction priorities
` [PATCH AUTOSEL 6.1 08/12] drm/amdgpu: Fix the ring buffer size for queue VM flush
` [PATCH AUTOSEL 6.1 09/12] drm/amdgpu/mes: fix use-after-free issue

[PATCH AUTOSEL 6.6 07/19] drm/amd/display: Set color_mgmt_changed to true on unsuspend
 2024-05-07 22:58 UTC  (6+ messages)
` [PATCH AUTOSEL 6.6 08/19] drm/amdgpu: Update BO eviction priorities
` [PATCH AUTOSEL 6.6 09/19] drm/amd/pm: Restore config space after reset
` [PATCH AUTOSEL 6.6 10/19] drm/amdkfd: Add VRAM accounting for SVM migration
` [PATCH AUTOSEL 6.6 11/19] drm/amdgpu: Fix the ring buffer size for queue VM flush
` [PATCH AUTOSEL 6.6 12/19] drm/amdgpu/mes: fix use-after-free issue

[PATCH AUTOSEL 6.8 09/23] drm/amd/display: Set color_mgmt_changed to true on unsuspend
 2024-05-07 22:56 UTC  (6+ messages)
` [PATCH AUTOSEL 6.8 10/23] drm/amdgpu: Update BO eviction priorities
` [PATCH AUTOSEL 6.8 11/23] drm/amd/pm: Restore config space after reset
` [PATCH AUTOSEL 6.8 12/23] drm/amdkfd: Add VRAM accounting for SVM migration
` [PATCH AUTOSEL 6.8 13/23] drm/amdgpu: Fix the ring buffer size for queue VM flush
` [PATCH AUTOSEL 6.8 14/23] drm/amdgpu/mes: fix use-after-free issue

[PATCH] drm/amdgpu: Show retry fault message if process xnack on
 2024-05-07 19:45 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).