messages from 2019-10-28 14:09:03 to 2019-10-29 17:51:47 UTC [more...]
[PATCH v2 00/15] Consolidate the mmu notifier interval_tree and locking
2019-10-29 17:19 UTC (50+ messages)
` [PATCH v2 01/15] mm/mmu_notifier: define the header pre-processor parts even if disabled
` [PATCH v2 02/15] mm/mmu_notifier: add an interval tree notifier
` [PATCH v2 03/15] mm/hmm: allow hmm_range to be used with a mmu_range_notifier or hmm_mirror
` [PATCH v2 04/15] mm/hmm: define the pre-processor related parts of hmm.h even if disabled
` [PATCH v2 05/15] RDMA/odp: Use mmu_range_notifier_insert()
` [PATCH v2 06/15] RDMA/hfi1: Use mmu_range_notifier_inset for user_exp_rcv
` [PATCH v2 07/15] drm/radeon: use mmu_range_notifier_insert
` [PATCH v2 08/15] xen/gntdev: Use select for DMA_SHARED_BUFFER
` [PATCH v2 09/15] xen/gntdev: use mmu_range_notifier_insert
` [PATCH v2 10/15] nouveau: use mmu_notifier directly for invalidate_range_start
` [PATCH v2 11/15] nouveau: use mmu_range_notifier instead of hmm_mirror
` [PATCH v2 12/15] drm/amdgpu: Call find_vma under mmap_sem
` [PATCH v2 13/15] drm/amdgpu: Use mmu_range_insert instead of hmm_mirror
` [PATCH v2 14/15] drm/amdgpu: Use mmu_range_notifier "
` [PATCH v2 15/15] mm/hmm: remove hmm_mirror and related
[PATCH] drm/sched: Fix passing zero to 'PTR_ERR' warning
2019-10-29 15:04 UTC (4+ messages)
[PATCH v3 00/13] DSC MST support for AMDGPU
2019-10-29 13:52 UTC (28+ messages)
` [PATCH 02/13] drm/dp_mst: Add PBN calculation for DSC modes
` [PATCH 04/13] drm/dp_mst: Add MST support to DP DPCD R/W functions
` [PATCH 05/13] drm/dp_mst: Fill branch->num_ports
` [PATCH 01/13] drm/amd/display: Add MST atomic routines
` [PATCH 03/13] drm/dp_mst: Parse FEC capability on MST ports
` [PATCH 06/13] drm/dp_mst: Add helpers for MST DSC and virtual DPCD aux
` [PATCH 08/13] drm/amd/display: Initialize DSC PPS variables to 0
` [PATCH 09/13] drm/amd/display: Validate DSC caps on MST endpoints
` [PATCH 10/13] drm/amd/display: Write DSC enable to MST DPCD
` [PATCH 12/13] drm/dp_mst: Add DSC enablement helpers to DRM
` [PATCH 07/13] drm/dp_mst: Add new quirk for Synaptics MST hubs
` [PATCH 11/13] drm/amd/display: MST DSC compute fair share
` [PATCH 13/13] drm/amd/display: Recalculate VCPI slots for new DSC connectors
Spontaneous reboots when using RX 560
2019-10-29 13:43 UTC (16+ messages)
[PATCH] drm/amdgpu: fix gfx VF FLR test fail on navi
2019-10-29 13:28 UTC (4+ messages)
[PATCH 1/1] drm/amdgpu: add missing amdgpu_ras.h header include
2019-10-29 13:23 UTC (10+ messages)
[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
2019-10-29 12:15 UTC (4+ messages)
` [PATCH hmm 06/15] RDMA/hfi1: Use mmu_range_notifier_inset for user_exp_rcv
[PATCH] drm: amd: amdgpu: Remove NULL check not needed before freeing functions
2019-10-29 9:33 UTC (4+ messages)
[PATCH] drm/amdgpu/gfx10: fix mqd backup/restore for gfx rings
2019-10-29 11:36 UTC (2+ messages)
[PATCH] drm/amdgpu/SRIOV: Only reset hw.status for target IP
2019-10-29 7:43 UTC (2+ messages)
[PATCH 1/4] drm/amdgpu: clear UVD VCPU buffer when err_event_athub generated
2019-10-29 7:37 UTC (11+ messages)
` [PATCH 2/4] drm/amdgpu: reset err_event_athub flag if gpu recovery succeeded
` [PATCH 4/4] drm/amdgpu: remove ras global recovery handling from ras_controller_int handler
[PATCH 00/21] Enable BACO for power savings (v2)
2019-10-29 5:51 UTC (52+ messages)
` [PATCH 01/21] drm/amdgpu: add asic callback for BACO support
` [PATCH 02/21] drm/amdgpu/soc15: move struct definition around to align with other soc15 asics
` [PATCH 03/21] drm/amdgpu: add supports_baco callback for soc15 asics. (v2)
` [PATCH 04/21] drm/amdgpu: add supports_baco callback for SI asics
` [PATCH 05/21] drm/amdgpu: add supports_baco callback for CIK asics
` [PATCH 06/21] drm/amdgpu: add supports_baco callback for VI asics
` [PATCH 07/21] drm/amdgpu: add supports_baco callback for NV asics
` [PATCH 08/21] drm/amdgpu: add a amdgpu_device_supports_baco helper
` [PATCH 09/21] drm/amdgpu: rename amdgpu_device_is_px to amdgpu_device_supports_boco (v2)
` [PATCH 10/21] drm/amdgpu: add additional boco checks to runtime suspend/resume (v2)
` [PATCH 11/21] drm/amdgpu: split swSMU baco_reset into enter and exit
` [PATCH 12/21] drm/amdgpu: add helpers for baco entry "
` [PATCH 13/21] drm/amdgpu: add baco support to runtime suspend/resume
` [PATCH 14/21] drm/amdgpu: start to disentangle boco from runtime pm
` [PATCH 15/21] drm/amdgpu: disentangle runtime pm and vga_switcheroo
` [PATCH 16/21] drm/amdgpu: enable runtime pm on BACO capable boards if runpm=1
` [PATCH 17/21] drm/amdgpu/runpm: enable runpm on baco capable VI+ asics
` [PATCH 18/21] ALSA: hda/hdmi - fix vgaswitcheroo detection for AMD
` [PATCH 19/21] ALSA: hda/hdmi - Add new pci ids for AMD GPU display audio
` [PATCH 20/21] ALSA: hda/hdmi - enable runtime pm for newer AMD "
` [PATCH 21/21] ALSA: hda/hdmi - enable automatic runtime pm for AMD HDMI codecs by default
Can't get VGA video on Carrizo R7 gpu, only HDMI
2019-10-28 18:10 UTC (4+ messages)
[PATCH 0/5] debugfs: Remove casts in debugfs_create_*() callers
2019-10-28 17:56 UTC (4+ messages)
` [PATCH 3/5] drm/amdgpu: Remove superfluous void * cast in debugfs_create_file() call
[PATCH -next] drm/amdgpu: remove set but not used variable 'adev'
2019-10-28 17:38 UTC (3+ messages)
[PATCH] drm/amdkfd: Delete duplicated queue bit map reservation
2019-10-28 16:49 UTC (3+ messages)
[PATCH 1/2] drm/amdgpu: add independent DMA-buf export v8
2019-10-28 16:05 UTC (8+ messages)
` [PATCH 2/2] drm/amdgpu: add independent DMA-buf import v9
[PATCH] drm/amdkfd: Delete unnecessary pr_fmt switch
2019-10-28 15:34 UTC (4+ messages)
[PATCH 1/2] drm/amdgpu: add independent DMA-buf export v7
2019-10-28 15:00 UTC (4+ messages)
[PATCH 3/3] drm/amd/powerplay: Make two functions static
2019-10-28 14:29 UTC (4+ messages)
[PATCH v7] drm/amd/display: Add MST atomic routines
2019-10-28 14:31 UTC (2+ messages)
[PATCH 00/11] Add DMCUB support for Renoir
2019-10-28 14:08 UTC (13+ messages)
` [PATCH 03/11] drm/amd/display: Drop DMCUB from DCN21 resources
` [PATCH 07/11] drm/amd/display: Hook up the DMUB service in DM
` [PATCH 08/11] drm/amdgpu: Add DMCUB to firmware query interface
` [PATCH 09/11] drm/amd/display: Add DMUB support to DC
` [PATCH 10/11] drm/amd/display: Register DMUB service with DC
` [PATCH 11/11] drm/amd/display: Drop CONFIG_DRM_AMD_DC_DMUB guards
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