amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-21 17:50:33 to 2020-01-29 08:20:33 UTC [more...]

[PATCH] drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call
 2020-01-29  8:20 UTC 

[PATCH] drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call
 2020-01-29  8:06 UTC 

[PATCH] drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call
 2020-01-29  8:03 UTC 

[PATCH] drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call
 2020-01-29  7:26 UTC 

[PATCH] drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call
 2020-01-29  6:42 UTC 

[Patch v1 0/5] Enable BACO with KFD
 2020-01-28 22:42 UTC  (13+ messages)
` [Patch v1 1/5] drm/amdgpu: always enable runtime power management
` [Patch v1 2/5] drm/amdgpu: Fix missing error check in suspend
` [Patch v1 3/5] drm/amdkfd: Introduce debugfs option to disable baco
` [Patch v1 4/5] drm/amdkfd: show warning when kfd is locked
` [Patch v1 5/5] drm/amdkfd: refactor runtime pm for baco

[PATCH 1/3] drm/amdgpu/navi: fix index for OD MCLK
 2020-01-28 22:37 UTC  (10+ messages)
` [PATCH 2/3] drm/amdgpu/navi10: add OD_RANGE for navi overclocking
` [PATCH 3/3] drm/amdgpu/navi10: add OD support for restoring default table
        ` [PATCH] drm/amdgpu/smu_v11_0: Correct behavior of restoring default tables

[PATCH] drm/amd/display: Move drm_dp_mst_atomic_check() to the front of dc_validate_global_state()
 2020-01-28 21:47 UTC  (2+ messages)

[PATCH] drm/amd/display: fix spelling mistake link_integiry_check -> link_integrity_check
 2020-01-28 21:19 UTC  (2+ messages)

[PATCH] drm/amdgpu/navi10: add mclk to navi10_get_clock_by_type_with_latency
 2020-01-28 21:05 UTC  (3+ messages)

[PATCH] drm/amdgpu: correct vram mgr node size calculation
 2020-01-28 19:59 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c
 2020-01-28 19:47 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latency

[PATCH] drm/radeon: avoid page fault during gpu reset
 2020-01-28 16:22 UTC  (3+ messages)

[PATCH] drm/amdgpu: allocate entities on demand
 2020-01-28 12:18 UTC  (12+ messages)
` [PATCH V2] "

[PATCH] Enable DISABLE_BARRIER_WAITCNT for Arcturus
 2020-01-27 21:39 UTC  (3+ messages)
` [PATCH v2] drm/amdgpu: "

[PATCH] drm/amd/powerplay: fix spelling mistake "Attemp" -> "Attempt"
 2020-01-27 20:15 UTC  (2+ messages)

[PATCH][next] drm/amd/display: fix for-loop with incorrectly sized loop counter
 2020-01-27 20:13 UTC  (3+ messages)

drm/amd/display: make PSR static screen entry within 30 ms
 2020-01-27 19:58 UTC  (3+ messages)
` [PATCH] drm/amd/display: Fix psr static frames calculation

[PATCH 1/2] drm/amdgpu: enable GPU reset by default on Navi
 2020-01-27 19:53 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: enable GPU reset by default on renoir

[PATCH 1/4] drm/amdgpu: return EINVAL instead of ENOENT in the VM code
 2020-01-27 19:18 UTC  (15+ messages)
` [PATCH 2/4] drm/amdgpu: allow higher level PD invalidations
` [PATCH 3/4] drm/amdgpu: simplify and fix amdgpu_sync_resv
` [PATCH 4/4] drm/amdgpu: rework synchronization of VM updates v3

[PATCH] drm/amd/dm/mst: Ignore payload update failures on disable
 2020-01-27 13:31 UTC  (9+ messages)
` [PATCH v2] drm/amd/dm/mst: Ignore payload update failures

Raven: freeze at 'modprobe amdgpu' in early console with android-x86
 2020-01-27  9:34 UTC  (2+ messages)

[PATCH] drm/radeon: avoid page fault during gpu reset
 2020-01-25 18:47 UTC 

[PATCH] amdgpu: use dma-resv API instead of manual kmalloc
 2020-01-25 11:52 UTC  (2+ messages)

[PATCH] drm/amd/display: do not allocate display_mode_lib unnecessarily
 2020-01-24 16:41 UTC  (4+ messages)

[PATCH] drm/amd/display: Fix HW/SW state mismatch
 2020-01-24 19:27 UTC  (2+ messages)

[PATCH] drm/amdgpu: Stop using the DRIVER debugging flag for vblank debugging messages
 2020-01-24 14:48 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: optimize amdgpu_device_vram_access a bit
 2020-01-24 13:05 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: use amdgpu_device_vram_access in amdgpu_ttm_vram_read

[PATCH] drm/amdgpu: allocate entities on demand
 2020-01-24 11:53 UTC  (2+ messages)

[PATCH v4 00/22] drm: Clean up VBLANK callbacks in struct drm_driver
 2020-01-24 10:43 UTC  (25+ messages)
` [PATCH v4 01/22] drm: Remove internal setup of struct drm_device.vblank_disable_immediate
` [PATCH v4 02/22] drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
` [PATCH v4 03/22] drm: Add get_vblank_timestamp() to struct drm_crtc_funcs
` [PATCH v4 04/22] drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v4 05/22] drm/amdgpu: Convert to CRTC VBLANK callbacks
` [PATCH v4 06/22] drm/gma500: "
` [PATCH v4 07/22] drm/i915: "
` [PATCH v4 08/22] drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v4 09/22] drm/nouveau: Convert to CRTC VBLANK callbacks
` [PATCH v4 10/22] drm/radeon: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v4 11/22] drm/radeon: Convert to CRTC VBLANK callbacks
` [PATCH v4 12/22] drm/msm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v4 13/22] drm/msm: Convert to CRTC VBLANK callbacks
` [PATCH v4 14/22] drm/stm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v4 15/22] drm/stm: Convert to CRTC VBLANK callbacks
` [PATCH v4 16/22] drm/sti: "
` [PATCH v4 17/22] drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v4 18/22] drm/vc4: Convert to CRTC VBLANK callbacks
` [PATCH v4 19/22] drm/vkms: "
` [PATCH v4 20/22] drm/vmwgfx: "
` [PATCH v4 21/22] drm: Clean-up VBLANK-related callbacks in struct drm_driver
` [PATCH v4 22/22] drm: Remove legacy version of get_scanout_position()

[PATCH 1/2] drm/amd/display: Retrain dongles when SINK_COUNT becomes non-zero
 2020-01-23 22:28 UTC  (3+ messages)
` [PATCH 2/2] Revert "drm/amd/display: Don't skip link training for empty dongle"

[PATCH] drm/amd/amdgpu: fix spelling mistake "to" -> "too"
 2020-01-23 21:38 UTC  (2+ messages)

[pull] amdgpu drm-fixes-5.5
 2020-01-23 19:14 UTC 

[PATCH 1/2] drm/amdgpu: attempt to enable gfxoff on more raven1 boards (v2)
 2020-01-23 18:35 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: original raven doesn't support full asic reset

[PATCH] drm/amdgpu: remove the experimental flag for renoir
 2020-01-23 16:58 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: return EINVAL instead of ENOENT in the VM code
 2020-01-22 22:22 UTC  (5+ messages)
` [PATCH 2/2] drm/amdgpu: allow higher level PD invalidations

[PATCH 0/6] HDCP SRM interface v2
 2020-01-22 21:05 UTC  (7+ messages)
` [PATCH 1/6] drm/amd/display: Pass amdgpu_device instead of psp_context
` [PATCH 2/6] drm/amd/display: update psp interface header
` [PATCH 3/6] drm/amd/display: Add sysfs interface for set/get srm
` [PATCH 4/6] drm/amd/display: Load srm before enabling HDCP
` [PATCH 5/6] drm/amd/display: call psp set/get interfaces
` [PATCH 6/6] drm/amd/display: REFERENCE for srm interface patches

[PATCH] drm/amd/powerplay: use true, false for bool variable in smu7_hwmgr.c
 2020-01-22 20:41 UTC  (2+ messages)

[PATCH -next 00/14] drm/amdgpu: remove unnecessary conversion to bool
 2020-01-22 20:21 UTC  (2+ messages)

[PATCH v2] drm/dp_mst: Remove VCPI while disabling topology mgr
 2020-01-22 20:18 UTC  (10+ messages)

[PATCH 0/5] HDCP SRM interface
 2020-01-22 19:49 UTC  (12+ messages)
` [PATCH 2/5] drm/amd/display: update psp interface header
` [PATCH 3/5] drm/amd/display: Add sysfs interface for set/get srm
` [PATCH 5/5] drm/amd/display: call psp set/get interfaces

Radeon HD7750 lookup during higher load
 2020-01-22 17:55 UTC 

[PATCH 1/2] drm/amdgpu: individualize amdgpu entity allocation per HW IP
 2020-01-22 16:24 UTC  (8+ messages)
` [PATCH 2/2] drm/amdgpu: allocate entities on demand

[PATCH 1/2] drm/amdgpu: individualize amdgpu entity allocation per HW IP
 2020-01-22 12:03 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: allocate entities on demand

[PATCH] drm/amdgpu: remove unused label
 2020-01-22 11:41 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix doc by clarifying sched_list definition
 2020-01-22 11:40 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix doc by clarifying sched_list definition
 2020-01-22  9:36 UTC  (3+ messages)

[PATCH] drm/amdgpu: initialize bo_va_list when add gws to process
 2020-01-22  3:51 UTC  (3+ messages)

[PATCH 1/3] drm/amdgpu: Fix TLB invalidation request when using semaphore
 2020-01-21 22:41 UTC  (2+ messages)

[PATCH 1/4] drm/amdgpu/vcn: Share vcn_v2_0_dec_ring_test_ring to vcn2.5
 2020-01-21 22:32 UTC  (24+ messages)
` [PATCH 2/4] drm/amdgpu/vcn2.5: fix a bug for the 2nd vcn instance
` [PATCH 3/4] drm/amdgpu/vcn: fix vcn2.5 instance issue
  ` [PATCH v2 3/5] "
` [PATCH 4/4] drm/amdgpu/vcn: use inst_idx relacing inst
  ` [PATCH v2 4/5] drm/amdgpu/vcn: fix typo error
    ` [PATCH v2 5/5] drm/amdgpu/vcn: use inst_idx relacing inst


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).