AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-21 14:16:20 to 2020-11-24 21:49:46 UTC [more...]

[PATCH 00/15] drm: Move struct drm_device.pdev to legacy
 2020-11-24 21:49 UTC  (20+ messages)
` [PATCH 01/15] drm/amdgpu: Remove references to struct drm_device.pdev
` [PATCH 02/15] drm/ast: "
` [PATCH 03/15] drm/bochs: "
` [PATCH 04/15] drm/cirrus: "
` [PATCH 05/15] drm/gma500: "
` [PATCH 06/15] drm/hibmc: "
` [PATCH 07/15] drm/i915: "
` [PATCH 08/15] drm/mgag200: "
` [PATCH 09/15] drm/nouveau: "
` [PATCH 10/15] drm/qxl: "
` [PATCH 11/15] drm/radeon: "
` [PATCH 12/15] drm/vboxvideo: "
` [PATCH 13/15] drm/virtgpu: "
` [PATCH 14/15] drm/vmwgfx: "
` [PATCH 15/15] drm: Upcast struct drm_device.dev to struct pci_device; replace pdev

[PATCH] drm/amd/display: Extends Tune min clk for MPO for RV
 2020-11-24 20:08 UTC  (2+ messages)

[PATCH v3 00/12] RFC Support hot device unplug in amdgpu
 2020-11-25 10:42 UTC  (40+ messages)
` [PATCH v3 01/12] drm: Add dummy page per device or GEM object
` [PATCH v3 02/12] drm: Unamp the entire device address space on device unplug
` [PATCH v3 04/12] drm/ttm: Set dma addr to null after freee
` [PATCH v3 05/12] drm/ttm: Expose ttm_tt_unpopulate for driver use
` [PATCH v3 06/12] drm/sched: Cancel and flush all oustatdning jobs before finish
` [PATCH v3 07/12] drm/sched: Prevent any job recoveries after device is unplugged
` [PATCH v3 08/12] drm/amdgpu: Split amdgpu_device_fini into early and late
` [PATCH v3 10/12] drm/amdgpu: Avoid sysfs dirs removal post device unplug

[PATCH] drm/amdgpu/display: drop leftover function definition
 2020-11-24 17:18 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: fix spelling mistake "smu_state_memroy_block" -> "smu_state_memory_block"
 2020-11-24 16:36 UTC  (3+ messages)

[PATCH 00/40] [Set 8] Rid W=1 warnings from GPU
 2020-11-24 16:30 UTC  (57+ messages)
` [PATCH 01/40] drm/radeon/radeon_device: Consume our own header where the prototypes are located
` [PATCH 02/40] drm/amd/amdgpu/amdgpu_ttm: Add description for 'page_flags'
` [PATCH 03/40] drm/amd/amdgpu/amdgpu_ib: Provide docs for 'amdgpu_ib_schedule()'s 'job' param
` [PATCH 04/40] drm/amd/amdgpu/amdgpu_virt: Correct possible copy/paste or doc-rot misnaming issue
` [PATCH 05/40] drm/amd/amdgpu/cik_ih: Supply description for 'ih' in 'cik_ih_{get, set}_wptr()'
` [PATCH 06/40] drm/amd/amdgpu/uvd_v4_2: Fix some kernel-doc misdemeanours
` [PATCH 07/40] drm/amd/amdgpu/dce_v8_0: Supply description for 'async'
` [PATCH 08/40] drm/amd/amdgpu/cik_sdma: Supply some missing function param descriptions
` [PATCH 09/40] drm/amd/amdgpu/gfx_v7_0: Clean-up a bunch of kernel-doc related issues
` [PATCH 16/40] drm/amd/amdgpu/si_dma: Fix a bunch of function documentation issues
` [PATCH 17/40] drm/amd/amdgpu/gfx_v6_0: Supply description for 'gfx_v6_0_ring_test_ib()'s 'timeout' param
` [PATCH 21/40] drm/amd/amdgpu/uvd_v3_1: Fix-up some documentation issues
` [PATCH 22/40] drm/amd/amdgpu/dce_v6_0: Fix formatting and missing parameter description issues
` [PATCH 23/40] drm/amd/include/vega20_ip_offset: Mark top-level IP_BASE definition as __maybe_unused
` [PATCH 24/40] drm/amd/include/navi10_ip_offset: Mark top-level IP_BASE "
` [PATCH 25/40] drm/amd/include/arct_ip_offset: Mark top-level IP_BASE definition "
` [PATCH 26/40] drm/amd/include/navi14_ip_offset: Mark top-level IP_BASE "
` [PATCH 27/40] drm/amd/include/navi12_ip_offset: "
` [PATCH 28/40] drm/amd/include/sienna_cichlid_ip_offset: "
` [PATCH 29/40] drm/amd/include/vangogh_ip_offset: "
` [PATCH 30/40] drm/amd/include/dimgrey_cavefish_ip_offset: "
` [PATCH 33/40] drm/amd/amdgpu/cik_sdma: Add one and remove another function param description
` [PATCH 34/40] drm/amd/amdgpu/uvd_v4_2: "
` [PATCH 36/40] drm/amd/amdgpu/gmc_v7_0: Add some missing kernel-doc descriptions
` [PATCH 37/40] drm/amd/amdgpu/gmc_v8_0: Fix more issues attributed to copy/paste
` [PATCH 39/40] drm/amd/amdgpu/gmc_v9_0: Remove unused table 'ecc_umc_mcumc_status_addrs'
` [PATCH 40/40] drm/amd/amdgpu/gmc_v9_0: Suppy some missing function doc descriptions

[PATCH 4/4] drm/amd/display: don't expose rotation prop for cursor plane
 2020-11-24 16:01 UTC  (3+ messages)

[PATCH] drm/amdgpu/dce_virtual: Enable vBlank control for vf
 2020-11-24 15:34 UTC  (3+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-24 14:47 UTC  (39+ messages)
` [PATCH 004/141] drm/amdgpu: "
` [PATCH 028/141] drm/amd/display: "
                  ` [Intel-wired-lan] [PATCH 000/141] "

[PATCH V2 1/1] drm/amdgpu: only skip smc sdma sos ta and asd fw in SRIOV for navi12
 2020-11-24 14:36 UTC  (3+ messages)

[PATCH 0/7] drm/radeon: Convert to generic fbdev emulation
 2020-11-24 14:09 UTC  (14+ messages)
` [PATCH 4/7] drm/radeon: Pin buffers while they are vmap'ed

Patch for omitted register
 2020-11-23 21:40 UTC 

[PATCH] drm/amdgpu: unpack dma_fence_chain containers during sync
 2020-11-24  7:56 UTC  (7+ messages)

[PATCH] drm/amdgpu: skip power profile switch in sriov
 2020-11-24  6:11 UTC 

[PATCH 1/1] drm/amdgpu: only skip smc sdma sos ta and asd fw in SRIOV for navi12
 2020-11-24  2:18 UTC  (3+ messages)

[RFC] MAINTAINERS tag for cleanup robot
 2020-11-23 17:06 UTC  (17+ messages)

[PATCH] drm/amdgpu/dce_virtual: Enable DPM for vf
 2020-11-23 17:26 UTC  (2+ messages)

[PATCH] drm/amdgpu/dce_virtual: Enable DPM for vf
 2020-11-23 17:12 UTC  (3+ messages)

[PATCH 1/1] drm/amdgpu: set default value of noretry to 1 for specified asic
 2020-11-23 13:37 UTC  (2+ messages)

[PATCH] drm/amdgpu: update GC golden setting for navy_flounder
 2020-11-23  3:36 UTC  (2+ messages)

[PATCH] drm/amdgpu: update golden setting for sienna_cichlid
 2020-11-23  2:35 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