AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-07 14:59:38 to 2021-05-11 06:55:00 UTC [more...]

[PATCH v6 00/16] RFC Support hot device unplug in amdgpu
 2021-05-11  6:54 UTC  (30+ messages)
` [PATCH v6 01/16] drm/ttm: Remap all page faults to per process dummy page
` [PATCH v6 02/16] drm/ttm: Expose ttm_tt_unpopulate for driver use
` [PATCH v6 03/16] drm/amdgpu: Split amdgpu_device_fini into early and late
` [PATCH v6 04/16] drm/amdkfd: Split kfd suspend from devie exit
` [PATCH v6 05/16] drm/amdgpu: Add early fini callback
` [PATCH v6 06/16] drm/amdgpu: Handle IOMMU enabled case
` [PATCH v6 07/16] drm/amdgpu: Remap all page faults to per process dummy page
` [PATCH v6 08/16] PCI: Add support for dev_groups to struct pci_device_driver
` [PATCH v6 09/16] drm/amdgpu: Convert driver sysfs attributes to static attributes
` [PATCH v6 10/16] drm/amdgpu: Guard against write accesses after device removal
` [PATCH v6 11/16] drm/sched: Make timeout timer rearm conditional
` [PATCH v6 12/16] drm/amdgpu: Prevent any job recoveries after device is unplugged
` [PATCH v6 13/16] drm/amdgpu: Fix hang on device removal
` [PATCH v6 14/16] drm/scheduler: Fix hang when sched_entity released
` [PATCH v6 15/16] drm/amd/display: Remove superflous drm_mode_config_cleanup
` [PATCH v6 16/16] drm/amdgpu: Verify DMA opearations from device are done

[PATCH] drm/amdgpu: add synchronization among waves in the same threadgroup
 2021-05-11  6:07 UTC  (2+ messages)

[PATCH] drm/amdgpu: seperate the dependency between CGCG and CGLS when diable CGCG/CGLS
 2021-05-11  5:46 UTC  (3+ messages)

[PATCH] drm/amdgpu: Field type update in drm_amdgpu_info_vbios
 2021-05-11  5:31 UTC 

[PATCH 1/2] drm/amdgpu: add judgement when add ip blocks
 2021-05-11  4:46 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: update the method for harvest IP for specific SKU

[PATCH] drm/amd/pm: enable ASPM by default
 2021-05-11  3:03 UTC 

[PATCH] drm/amdgpu: Align serial size in drm_amdgpu_info_vbios
 2021-05-11  3:01 UTC  (11+ messages)

[PATCH 0/2] Use MTYPE_NC for coarse-grain remote memory
 2021-05-11  1:48 UTC  (4+ messages)
` [PATCH 1/2] drm/amdgpu: Arcturus: "
` [PATCH 2/2] drm/amdgpu: Albebaran: "

[PATCH v2] drm/amd/display: Fix two cursor duplication when using overlay
 2021-05-11  0:37 UTC  (3+ messages)

[PATCH] drm/amd/display: remove unused function dc_link_perform_link_training
 2021-05-10 23:49 UTC  (4+ messages)

[PATCH v2 00/10] Implement multi-GPU DMA mappings for KFD
 2021-05-10 22:09 UTC  (30+ messages)
` [PATCH v2 02/10] drm/amdgpu: Rename kfd_bo_va_list to kfd_mem_attachment
` [PATCH v2 03/10] drm/amdgpu: Keep a bo-reference per-attachment
` [PATCH v2 04/10] drm/amdgpu: Simplify AQL queue mapping
` [PATCH v2 05/10] drm/amdgpu: Add multi-GPU DMA mapping helpers
` [PATCH v2 06/10] drm/amdgpu: DMA map/unmap when updating GPU mappings
` [PATCH v2 07/10] drm/amdgpu: Move kfd_mem_attach outside reservation
` [PATCH v2 08/10] drm/amdgpu: Add DMA mapping of GTT BOs
` [PATCH v2 09/10] drm/ttm: Don't count pages in SG BOs against pages_limit
` [PATCH v2 10/10] drm/amdgpu: Move dmabuf attach/detach to backend_(un)bind

[PATCH] drm/radeon/ni_dpm: Fix booting bug
 2021-05-10 21:28 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu/display: fix dal_allocation documentation
 2021-05-10 21:48 UTC  (3+ messages)

[PATCH] drm/amd/display: Expose active display color configurations to userspace
 2021-05-10 21:47 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu/display: remove an old DCN3 guard
 2021-05-10 21:42 UTC  (6+ messages)
` [PATCH 2/3] drm/amdgpu/display: fix warning when CONFIG_DRM_AMD_DC_DCN is not defined
` [PATCH 3/3] drm/amdgpu/display: fix build "

[PATCH 1/1] drm/amdgpu: Delete two unneeded bool conversions
 2021-05-10 21:26 UTC  (2+ messages)

[PATCH 1/1] drm/amd/display: Delete several unneeded bool conversions
 2021-05-10 21:25 UTC  (2+ messages)

Lockdep bug during hdcp_create_workqueue() (Was: BUG: key ffff8b521bda9148 has not been registered!)
 2021-05-10 21:24 UTC  (3+ messages)
` [PATCH] drm/amd/display: Initialize attribute for hdcp_srm sysfs file

[PATCH] Revert "drm/radeon/si_dpm: Replace one-element array with flexible-array in struct SISLANDS_SMC_SWSTATE"
 2021-05-10 21:20 UTC  (6+ messages)

[PATCH] drm/amd/pm: Fix out-of-bounds bug
 2021-05-10 21:20 UTC  (2+ messages)

[PATCH] drm/radeon/si_dpm: Fix SMU power state load
 2021-05-10 21:19 UTC  (3+ messages)

[PATCH] drm/amd/amdgpu: Fix errors in function documentation
 2021-05-10 21:02 UTC  (3+ messages)

[PATCH 2/2] drm/amdgpu: fix fence calculation
 2021-05-10 20:29 UTC  (3+ messages)
` [PATCH 1/2] drm/amdgpu: free resources on fence usage query

[PATCH] drm/amdgpu: avoid undefined return value
 2021-05-10 20:20 UTC  (3+ messages)

[PATCH 2/2] Revert "Revert "drm/amdgpu: Ensure that the modifier requested is supported by plane.""
 2021-05-10 17:30 UTC  (14+ messages)

[RFC PATCH 0/9] cgroup support for GPU devices
 2021-05-10 16:06 UTC  (10+ messages)
` [RFC PATCH 8/9] drm/gem: Associate GEM objects with drm cgroup

[PATCH v5 20/27] drm: Scope all DRM IOCTLs with drm_dev_enter/exit
 2021-05-10 15:46 UTC  (15+ messages)

[PATCH 5.12 153/384] drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing field overwritten issue
 2021-05-10 10:19 UTC 

[PATCH 5.10 122/299] drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing field overwritten issue
 2021-05-10 10:18 UTC 

[PATCH 5.11 140/342] drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing field overwritten issue
 2021-05-10 10:18 UTC 

[PATCH v3 1/5] drm/connector: Create a helper to attach the hdr_output_metadata property
 2021-05-10  9:30 UTC  (2+ messages)

[PATCH 1/5] drm/amdkfd: device pgmap owner at the svm migrate init
 2021-05-10 13:54 UTC  (3+ messages)
` [PATCH 5/5] drm/amdkfd: classify and map mixed svm range pages in GPU

[PATCH] MAINTAINERS: Add Xinhui Pan as another AMDGPU contact
 2021-05-10 13:17 UTC  (2+ messages)

[PATCH 2/2] drm/amdkfd: set new unregistered range accessible by GPU
 2021-05-10 12:56 UTC  (3+ messages)
` [PATCH 2/2] drm/amdkfd: unregistered range accessible by all GPUs

[PATCH] drm/amdgpu: add function to clear MMEA error status for aldebaran
 2021-05-10 11:39 UTC  (2+ messages)

[PATCH] drm/amdgpu: correct the funtion to clear GCEA error status
 2021-05-10  9:23 UTC  (2+ messages)

[PATCH] drm/amdgpu: covert ras status to kernel errno
 2021-05-10  4:36 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: Cancel the hrtimer in sw_fini
 2021-05-10  3:01 UTC  (3+ messages)

[PATCH] drm/amd/display: Avoid HPD IRQ in GPU reset state
 2021-05-10  2:33 UTC  (2+ messages)

[PATCH] drm/amdgpu: Add vbios info ioctl interface
 2021-05-09  5:35 UTC  (5+ messages)

[PATCH v2] drm/amdgpu: Ensure that the modifier requested is supported by plane
 2021-05-09 12:17 UTC  (2+ messages)

[PATCH v3 01/13] drm/amdgpu: Indirect register access for Navi12 sriov
 2021-05-08 11:51 UTC  (13+ messages)
` [PATCH v3 02/13] drm/amdgpu: Modify GC register access from MMIO to RLCG in file gfx_v10*
` [PATCH v3 03/13] drm/amdgpu: Modify GC register access from MMIO to RLCG in file kfd_v10*
` [PATCH v3 04/13] drm/amdgpu: Modify GC register access from MMIO to RLCG in file soc15.c
` [PATCH v3 05/13] drm/amdgpu: Modify GC register access from MMIO to RLCG in file sdma_v5*
` [PATCH v3 06/13] drm/amdgpu: Modify GC register access from MMIO to RLCG in file nv.c
` [PATCH v3 07/13] drm/amdgpu: Modify GC register access from MMIO to RLCG in file amdgpu_gmc.c
` [PATCH v3 08/13] drm/amdgpu: Modify MMHUB register access from MMIO to RLCG in file mmhub_v2*
` [PATCH v3 09/13] drm/amdgpu: Use PSP to program IH_RB_CNTL* registers
` [PATCH v3 10/13] drm/amdgpu: Skip the program of MMMC_VM_AGP_* in SRIOV
` [PATCH v3 11/13] drm/amdgpu: Skip the program of GRBM_CAM* "
` [PATCH v3 12/13] drm/amdgpu: Refine the error report when flush tlb
` [PATCH v3 13/13] drm/amdgpu: Update gfx_v9 rlcg interface

[PATCH] drm/radeon/ttm: Fix memory leak userptr pages
 2021-05-08  9:30 UTC  (10+ messages)
` AW: "

[PATCH] drm/amdgpu: Quit RAS initialization earlier if RAS is disabled
 2021-05-08  8:45 UTC  (4+ messages)

[PATCH libdrm] Revert "tests/amdgpu: fix bo eviction test issue"
 2021-05-08  6:04 UTC  (4+ messages)

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2021-05-07 23:45 UTC  (24+ messages)

[PATCH 0/4] drm: Mark DRM's AGP code as legacy
 2021-05-07 19:12 UTC  (7+ messages)
` [PATCH 1/4] drm/radeon: Move AGP helpers into radeon driver
` [PATCH 2/4] drm/radeon: Move AGP data structures into radeon
` [PATCH 3/4] drm: Mark PCI AGP helpers as legacy
` [PATCH 4/4] drm: Mark AGP implementation and ioctls "

[PATCH 00/14] DC Patches May 10, 2021
 2021-05-07 18:11 UTC  (11+ messages)
` [PATCH 06/14] drm/amd/display: DETBufferSizeInKbyte variable type modifications
` [PATCH 07/14] drm/amd/display: minor dp link training refactor
` [PATCH 08/14] drm/amd/display: Fix clock table filling logic
` [PATCH 09/14] drm/amd/display: Handle pixel format test request
` [PATCH 10/14] drm/amd/display: Handle potential dpp_inst mismatch with pipe_idx
` [PATCH 11/14] drm/amd/display: fix use_max_lb flag for 420 pixel formats
` [PATCH 12/14] drm/amd/display: 3.2.135
` [PATCH 13/14] drm/amd/display: [FW Promotion] Release 0.0.65
` [PATCH 14/14] drm/amd/display: 3.2.135.1

[PATCH v5 00/27] RFC Support hot device unplug in amdgpu
 2021-05-07 16:32 UTC  (8+ messages)
` [PATCH v5 15/27] drm/scheduler: Fix hang when sched_entity released

[PATCH v3 4/5] drm/connector: Add a helper to attach the colorspace property
 2021-05-07 14:57 UTC  (2+ messages)
` [v3, "

[PATCH v3 5/5] drm/vc4: hdmi: Signal the proper colorimetry info in the infoframe
 2021-05-07 14:58 UTC  (2+ messages)
` [v3, "

[5.12 regression] ttm->pages NULL dereference with radeon driver
 2021-05-07 15:11 UTC  (2+ messages)

[PATCH] drm/amd/display: Move plane code from amdgpu_dm to amdgpu_dm_plane
 2021-05-07 15:04 UTC  (2+ messages)

[PATCH] drm/amd/display: Make underlay rules less strict
 2021-05-07 14:59 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox