AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-28 15:12:53 to 2021-04-30 05:49:39 UTC [more...]

[PATCH v5 00/27] RFC Support hot device unplug in amdgpu
 2021-04-30  5:49 UTC  (60+ messages)
` [PATCH v5 01/27] drm/ttm: Remap all page faults to per process dummy page
` [PATCH v5 02/27] drm/ttm: Expose ttm_tt_unpopulate for driver use
` [PATCH v5 03/27] drm/amdgpu: Split amdgpu_device_fini into early and late
` [PATCH v5 04/27] drm/amdkfd: Split kfd suspend from devie exit
` [PATCH v5 05/27] drm/amdgpu: Add early fini callback
` [PATCH v5 06/27] drm/amdgpu: Handle IOMMU enabled case
` [PATCH v5 07/27] drm/amdgpu: Remap all page faults to per process dummy page
` [PATCH v5 08/27] PCI: add support for dev_groups to struct pci_device_driver
` [PATCH v5 09/27] dmr/amdgpu: Move some sysfs attrs creation to default_attr
` [PATCH v5 10/27] drm/amdgpu: Guard against write accesses after device removal
` [PATCH v5 11/27] drm/sched: Make timeout timer rearm conditional
` [PATCH v5 12/27] drm/amdgpu: Prevent any job recoveries after device is unplugged
` [PATCH v5 13/27] drm/amdgpu: When filizing the fence driver. stop scheduler first
` [PATCH v5 14/27] drm/amdgpu: Fix hang on device removal
` [PATCH v5 15/27] drm/scheduler: Fix hang when sched_entity released
` [PATCH v5 16/27] drm/amdgpu: Unmap all MMIO mappings
` [PATCH v5 17/27] drm/amdgpu: Add rw_sem to pushing job into sched queue
` [PATCH v5 18/27] drm/sched: Expose drm_sched_entity_kill_jobs
` [PATCH v5 19/27] drm/amdgpu: Finilise device fences on device remove
` [PATCH v5 20/27] drm: Scope all DRM IOCTLs with drm_dev_enter/exit
` [PATCH v5 21/27] drm/amdgpu: Add support for hot-unplug feature at DRM level
` [PATCH v5 22/27] drm/amd/display: Scope all DM queued work with drm_dev_enter/exit
` [PATCH v5 23/27] drm/amd/powerplay: Scope all PM "
` [PATCH v5 24/27] drm/amdkfd: Scope all KFD "
` [PATCH v5 25/27] drm/amdgpu: Scope all amdgpu "
` [PATCH v5 26/27] drm/amd/display: Remove superflous drm_mode_config_cleanup
` [PATCH v5 27/27] drm/amdgpu: Verify DMA opearations from device are done

[PATCH v8 0/1] drm/drm_mst: Use Extended Base Receiver Capability
 2021-04-30  5:43 UTC  (4+ messages)
` [PATCH v8 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space
  ` [Heads up to maintainers] "
  ` [Intel-gfx] "

[PATCH] drm/amdgpu: Rename the flags to eliminate ambiguity v2
 2021-04-30  4:33 UTC  (2+ messages)

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

[PATCH] drm/amdkfd: report atomics support in io_links over xgmi
 2021-04-30  2:45 UTC  (7+ messages)

[PATCH] Revert "drm/amdgpu: Verify bo size can fit framebuffer size on init."
 2021-04-29 23:06 UTC  (3+ messages)

[PATCH v10 0/1] drm/drm_mst: Use Extended Base Receiver Capability
 2021-04-29 22:11 UTC  (2+ messages)
` [PATCH v10 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space

[PATCH v9 0/1] drm/drm_mst: Use Extended Base Receiver Capability
 2021-04-29 21:25 UTC  (2+ messages)
` [PATCH v9 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space

[PATCH 1/2] drm/amdkfd: Add Aldebaran virtualization support
 2021-04-29 20:24 UTC  (5+ messages)
` [PATCH 2/2] drm/amdgpu: "

[PATCH] drm/radeon/dpm: Disable sclk switching when two 4K 60Hz monitors are connected
 2021-04-29 20:06 UTC  (2+ messages)

[PATCH 1/1] drm/amdgpu: Add a new device ID for Aldebaran
 2021-04-29 18:46 UTC  (3+ messages)

[PATCH] drm/amdgpu: Add graphics cache rinse packet for sdma 5.0
 2021-04-29 16:03 UTC  (5+ messages)

[PATCH] drm/amd/display: Remove duplicate include of hubp.h
 2021-04-29 15:21 UTC  (6+ messages)
  `  "

[PATCH v2] drm/amd/amdgpu: Fix errors in documentation of function parameters
 2021-04-29 15:26 UTC  (3+ messages)

[PATCH] drm/amdkfd: report the numa weight between host and device over xgmi
 2021-04-29 14:46 UTC  (2+ messages)

[PATCH] [v2] drm/amd/display: Remove duplicate declaration of dc_state
 2021-04-29 14:40 UTC  (3+ messages)

[PATCH] drm/amd/display: Remove duplicate declaration of dc_state
 2021-04-29 12:31 UTC  (3+ messages)
  `  "

[PATCH 1/7] drm/amdgpu: add hdp ras structures
 2021-04-29 12:24 UTC  (15+ messages)
` [PATCH 2/7] drm/amdgpu: add helpers for hdp ras init/fini
` [PATCH 3/7] drm/amdgpu: implement hdp v4_0 ras functions
` [PATCH 4/7] drm/amdgpu: initialize "
` [PATCH 5/7] drm/amdgpu: init/fini hdp v4_0 ras
` [PATCH 6/7] drm/amdgpu: enable ras error count query and reset for HDP
` [PATCH 7/7] drm/amdgpu: retired reset_ras_error_count from hdp callbacks

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

[PATCH] drm/amdgpu: switch to mmhub ras callback for ras fini
 2021-04-29  7:55 UTC  (2+ messages)

[PATCH 00/14] DC Patches May 03, 2021
 2021-04-29  7:52 UTC  (15+ messages)
` [PATCH 01/14] drm/amd/display: multi-eDP backlight support
` [PATCH 02/14] dc: Revert commit "treat memory as a single-channel"
` [PATCH 03/14] drm/amd/display: fix potential gpu reset deadlock
` [PATCH 04/14] drm/amd/display: Extend DMUB HW params to allow DM to specify boot options
` [PATCH 05/14] drm/amd/display: update DCN to use new surface programming
` [PATCH 06/14] drm/amd/display: Support for DMUB AUX
` [PATCH 07/14] drm/amd/display: Add audio support for DFP type of active branch is DP case
` [PATCH 08/14] drm/amd/display: remove checking sink in is_timing_changed
` [PATCH 09/14] drm/amd/display: add dsc stream overhead for dp only
` [PATCH 10/14] drm/amd/display: Filter out YCbCr420 timing if VSC SDP not supported
` [PATCH 11/14] drm/amd/display: Set stream_count to 0 when dc_resource_state_destruct
` [PATCH 12/14] drm/amd/display: Avoid gpio conflict on MST branch
` [PATCH 13/14] drm/amd/display: [FW Promotion] Release 0.0.64
` [PATCH 14/14] drm/amd/display: 3.2.134

[PATCH] drm/amdgpu: enable gfx ras in aldebran by default
 2021-04-29  7:50 UTC  (2+ messages)

[PATCH] drm/amdgpu: Rename the flags to to eliminate ambiguity
 2021-04-29  6:23 UTC 

[PATCH 1/2] drm/amdkfd: wait migration done only if migration starts
 2021-04-29  6:11 UTC  (4+ messages)
` [PATCH 2/2] drm/amdkfd: flush TLB after updating GPU page table

[PATCH] drm/amdgpu: seperate the dependency between CGCG and CGLS when diable CGCG/CGLS
 2021-04-29  6:08 UTC 

[PATCH] drm/amdgpu: add new MC firmware for Polaris12 32bit ASIC
 2021-04-29  3:48 UTC 

[PATCH 1/2] drm/amd/pm: new gpu_metrics structure for pmfw attached timestamp
 2021-04-29  2:26 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/pm: expose pmfw attached timestamp on Aldebaran

[PATCH v7 0/1] drm/drm_mst: Use Extended Base Receiver Capability
 2021-04-28 23:18 UTC  (2+ messages)
` [PATCH v7 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space

[PATCH v6 0/1] drm/drm_mst: Use Extended Base Receiver Capability
 2021-04-28 22:50 UTC  (5+ messages)
` [PATCH v6 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space

16 bpc fixed point (RGBA16) framebuffer support for core and AMD
 2021-04-28 21:21 UTC  (4+ messages)

[PATCH] drm/amdgpu: Add vbios info ioctl interface
 2021-04-28 21:18 UTC  (14+ messages)

[PATCH] amdgpu: fix GEM obj leak in amdgpu_display_user_framebuffer_create
 2021-04-28 21:14 UTC  (3+ messages)

[PATCH] drm/amd/display: Fix build warnings
 2021-04-28 21:12 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu/display: fix dal_allocation documentation
 2021-04-28 21:06 UTC  (2+ messages)

[PATCH] drm/amd/display: Remove condition which is always set to True
 2021-04-28 21:05 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: Register VGA clients after init can no longer fail
 2021-04-28 20:56 UTC  (2+ messages)

[PATCH] Handling of amdgpu_device_resume return value for graceful teardown
 2021-04-28 20:52 UTC  (3+ messages)

[PATCH 1/2] drm/ttm: Don't evict SG BOs
 2021-04-28 17:02 UTC  (9+ messages)

[PATCH v5 0/1] drm/drm_mst: Use Extended Base Receiver Capability
 2021-04-28 16:25 UTC  (2+ messages)
` [PATCH v5 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space


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