AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-12 18:17:37 to 2018-07-17 16:14:48 UTC [more...]

[PATCH 1/2] drm/amdgpu: Add kfd2kgd.set_compute_idle interface
 2018-07-17 16:14 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amdkfd: Call kfd2kgd.set_compute_idle

[PATCH 1/2] drm/amd/pp: Set Max clock level to display by default
 2018-07-17 16:11 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amd/display: Convert 10kHz clks from PPLib into kHz

[PATCH] drm/amd/display: Honor pplib stutter mask for all ASICs in DC
 2018-07-17 16:09 UTC  (2+ messages)

[PATCH 0/7] DC Patches Jul 17, 2018
 2018-07-17 16:07 UTC  (13+ messages)
  ` [PATCH 1/7] drm/amd/display: Remove unnecessary warning
  ` [PATCH 2/7] drm/amd/display: allow diags to skip initial link training
  ` [PATCH 3/7] drm/amd/display: On dce100, set clocks to 0 on suspend
  ` [PATCH 4/7] drm/amd/display: DPP CM ICSC AYCRCB8888 format support
  ` [PATCH 5/7] drm/amd/display: Decouple aux from i2c
  ` [PATCH 6/7] drm/amd/display: separate dc_debug into dc_debug_options and dc_debug data
  ` [PATCH 7/7] drm/amd/display: dal 3.1.58

kfd kfd: DID 15dd is missing in supported_devices
 2018-07-17 15:50 UTC  (2+ messages)

[PATCH xf86-video-ati] glamor: Invalidate cached GEM handle in radeon_set_pixmap_bo
 2018-07-17 15:43 UTC  (2+ messages)

[PATCH] RFC: drm/amd/display: enable ABGR and XBGR formats (v2)
 2018-07-17 13:43 UTC  (2+ messages)

[PATCH] drm/amd/pp: Set Max clock level to display by default
 2018-07-17 10:45 UTC 

[PATCH] drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86
 2018-07-17 10:39 UTC 

KMS does not work on MSI B350M MORTAR with AMD Ryzen 3 2200g
 2018-07-17 10:05 UTC  (4+ messages)

[PATCH] drm/amdgpu: fix spelling mistake "successed" -> "succeeded"
 2018-07-17  9:29 UTC 

[V3] vga_switcheroo: set audio client id according to bound GPU id
 2018-07-17  9:22 UTC  (5+ messages)

[PATCH libdrm] amdgpu: make sure to set CLOEXEC on duplicated FDs
 2018-07-17  9:19 UTC  (3+ messages)

[PATCH libdrm] amdgpu: add amdgpu_bo_handle_type_kms_noimport
 2018-07-17  8:57 UTC  (17+ messages)

[PATCH 1/7] drm/amdgpu: cleanup job header
 2018-07-17  8:25 UTC  (11+ messages)
  ` [PATCH 2/7] drm/amdgpu: remove fence context from the job
  ` [PATCH 3/7] drm/amdgpu: remove ring parameter from amdgpu_job_submit
  ` [PATCH 4/7] drm/amdgpu: remove job->ring
  ` [PATCH 5/7] drm/amdgpu: add amdgpu_job_submit_direct helper
  ` [PATCH 6/7] drm/amdgpu: remove job->adev
  ` [PATCH 7/7] drm/amdgpu: minor cleanup in amdgpu_job.c

[PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-07-17  8:12 UTC  (4+ messages)

[PATCH] drm/amdgpu: always initialize job->base.sched
 2018-07-17  7:30 UTC  (4+ messages)

[PATCH] drm/amdgpu/pm: Remove VLA usage
 2018-07-17  6:58 UTC  (4+ messages)

[PATCH] drm/scheduler: add NULL pointer check for run queue (v2)
 2018-07-17  3:11 UTC  (4+ messages)

[PATCH 1/2] drm/amdgpu: allow for more flexible priority handling
 2018-07-17  1:47 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amdgpu: change ring priority after pushing the job

[PATCH] drm/amd/display: Fix DP HBR2 Eye Diagram Pattern on Carrizo
 2018-07-16 20:45 UTC 

dmesg warning during init
 2018-07-16 17:44 UTC  (11+ messages)

[PATCH] vgaswitchroo: set audio client id according to bound gpu client id
 2018-07-16 16:56 UTC  (30+ messages)
    ` 答复: "
            ` [alsa-devel] "
                  ` 答复: "
                    ` 答复: "
                              ` 答复: 答复: "

Error on boot with Raven Ridge
 2018-07-16 16:16 UTC  (4+ messages)

[PATCH 1/4] drm/amdgpu/pp/smu7: use a local variable for toc indexing
 2018-07-16 16:13 UTC  (3+ messages)

[PATCH 1/3] drm/amdgpu/pp: remove dead vega12 code
 2018-07-16 15:51 UTC  (5+ messages)
  ` [PATCH 2/3] drm/amdgpu/pp: split out common smumgr smu9 code
  ` [PATCH 3/3] drm/amdgpu/pp: switch smu callback type for get_argument()

[V2 1/2] ALSA: HDA: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA
 2018-07-16 14:51 UTC  (7+ messages)
  ` [V2 2/2] vgaswitchreoo: set audio client id in vgaswitchreoo enable function
      ` [alsa-devel] "

[PATCH 1/2] ALSA: HDA: use PCI_BASE_CLASS_DISPLAY to cover more display adapters
 2018-07-16 14:45 UTC  (14+ messages)
` [PATCH 2/2] vgaswitchreoo: set audio client id in vgaswitchreoo enable function
    ` [alsa-devel] "
  ` [alsa-devel] [PATCH 1/2] ALSA: HDA: use PCI_BASE_CLASS_DISPLAY to cover more display adapters

[PATCH] drm/scheduler: add NULL pointer check for run queue
 2018-07-16  9:17 UTC  (5+ messages)

Crash report from dmesg after suspend/resume
 2018-07-16  8:23 UTC  (2+ messages)

[RFC PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-07-16  7:59 UTC  (6+ messages)

[PATCH xf86-video-amdgpu 1/3] modesetting: Record non-desktop kernel property at PreInit time
 2018-07-16  2:16 UTC  (7+ messages)
          ` [PATCH xf86-video-amdgpu] Hardcode "non-desktop" RandR property name

[PATCH 1/2] drm/amd: Add CU-masking ioctl definition to kfd_ioctl.h
 2018-07-14 23:05 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdkfd: Add CU-masking ioctl to KFD

[PATCH 0/6] Raven support for KFD v2
 2018-07-13 20:24 UTC  (8+ messages)
  ` [PATCH 1/6] drm/amdkfd: Consolidate duplicate memory banks info in topology
  ` [PATCH 2/6] drm/amdkfd: Make SDMA engine number an ASIC-dependent variable
  ` [PATCH 3/6] drm/amdkfd: Avoid flooding dmesg on Raven due to IOMMU issues
  ` [PATCH 4/6] drm/amdkfd: Workaround to accommodate Raven too many PPR issue
  ` [PATCH 5/6] drm/amdkfd: Optimize out some duplicated code in kfd_signal_iommu_event()
  ` [PATCH 6/6] drm/amdkfd: Enable Raven for KFD

[PATCH] Revert "drm/amd/powerplay: fix performance drop on Vega10"
 2018-07-13 19:34 UTC  (2+ messages)

[PATCH 0/6] Raven support for KFD
 2018-07-13 19:28 UTC  (15+ messages)
  ` [PATCH 1/6] drm/amdkfd: Consolidate duplicate memory banks info in topology
  ` [PATCH 2/6] drm/amdkfd: Make SDMA engine number an ASIC-dependent variable
  ` [PATCH 3/6] drm/amdkfd: Avoid flooding dmesg on Raven due to IOMMU issues
  ` [PATCH 4/6] drm/amdkfd: Workaround to accommodate Raven too many PPR issue
  ` [PATCH 5/6] drm/amdkfd: Optimize out some duplicated code in kfd_signal_iommu_event()
  ` [PATCH 6/6] drm/amdkfd: Enable Raven for KFD

[PATCH] drm/amd/display: Retry link training if preferred settings not used
 2018-07-13 17:52 UTC  (2+ messages)

[pull] amdgpu drm-fixes-4.18
 2018-07-13 17:10 UTC 

[PATCH] drm/amdgpu: Make sure IB tests flushed after IP resume
 2018-07-13 16:21 UTC  (2+ messages)

DEBUG_LOCKS_WARN_ON(sem->owner != ((struct task_struct *)(1UL << 0)))
 2018-07-13 13:55 UTC  (8+ messages)

[PATCH v2 1/2] drm/scheduler: add a pointer to scheduler in the rq
 2018-07-13 13:45 UTC  (4+ messages)
` [PATCH v2 2/2] drm/scheduler: modify args of drm_sched_entity_init

GTT memory usage overflow
 2018-07-13  7:47 UTC  (4+ messages)

[PATCH 0/3] drm/scheduler: preparation for load balancing
 2018-07-13  7:22 UTC  (6+ messages)
` [PATCH 3/3] drm/scheduler: modify args of drm_sched_entity_init

[PATCH v2] drm/amdgpu: Allow to create BO lists in CS ioctl v3
 2018-07-13  7:06 UTC  (2+ messages)

[PATCH 0/3] drm/amdgpu: Final fix for https://bugs.freedesktop.org/106872
 2018-07-13  6:53 UTC  (3+ messages)
` [PATCH v2 1/3] drm/amdgpu: Keep track of amount of pinned CPU visible VRAM

[PATCH 00/10] DC Patches Jul 12, 2018
 2018-07-12 18:17 UTC  (5+ messages)
  ` [PATCH 07/10] drm/amd/display: add new dc debug structure to track debug data
  ` [PATCH 08/10] drm/amd/display: dal 3.1.56
  ` [PATCH 09/10] drm/amd/display: Null ptr check for set_sdr_white_level
  ` [PATCH 10/10] drm/amd/display: Fix some checkpatch.pl errors and warnings in dc_link_dp.c


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