AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-12 19:13:15 to 2018-03-19 09:40:02 UTC [more...]

[PATCH] gpu: drm: Use list_first_entry instead of list_entry
 2018-03-19  9:40 UTC  (2+ messages)

[PATCH] drm/amdgpu/nbio6: Correct PCIE_INDEX/DATA pair used for smn register accessing
 2018-03-19  9:32 UTC 

[PATCH 1/2] drm/amdgpu: Don't change preferred domian when fallback GTT v2
 2018-03-19  8:19 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdgpu: validate fallback BOs

[PATCH] drm/amd/amdgpu: passing i2s instance value as platform data
 2018-03-19  6:47 UTC 

[PATCH] drm/amdgpu: disable job timeout on GPU reset disabled
 2018-03-19  6:12 UTC  (2+ messages)

[PATCH] drm/amdgpu: no job timeout setting on compute queues
 2018-03-19  1:46 UTC  (5+ messages)

After upgrading LLVM to 7.0.0-0.1.r326462 version and MESA to 18.1.0-0.4.git56dc9f9 the games which are used Vulkan driver have begun crashing at start
 2018-03-18 18:29 UTC  (2+ messages)

[PATCH] drm/amdkfd: fix uninitialized variable use
 2018-03-18  8:11 UTC  (2+ messages)

Documentation about AMD's HSA implementation?
 2018-03-17 20:17 UTC  (10+ messages)

[pull] radeon, amdgpu, amd ttm drm-next-4.17
 2018-03-16 21:38 UTC 

[PATCH] drm/amdgpu: add documentation for amdgpu_device.c
 2018-03-16 20:19 UTC 

[PATCH 0/6] Refine powerplay code for vega10
 2018-03-16 19:30 UTC  (10+ messages)
  ` [PATCH 1/6] drm/amd/pp: Remove dead functions in vega10_smumgr.c
  ` [PATCH 2/6] drm/amd/pp: Mark bunches of functins in vega10_smumgr.c static
  ` [PATCH 3/6] drm/amd/pp: Move functions to smu backend table for vega10
  ` [PATCH 4/6] drm/amd/pp: Clean up header file for Vega10
  ` [PATCH 5/6] drm/amd/pp: Delete get_xclk function in powerplay
  ` [PATCH 6/6] drm/amd/pp: Remove unneeded void * casts for Vega10

[PATCH] drm/amdgpu: add VCN to firmware query interface
 2018-03-16 16:07 UTC 

RFC: unpinned DMA-buf exporting v2
 2018-03-16 14:22 UTC  (8+ messages)
` [PATCH 1/5] dma-buf: add optional invalidate_mappings callback v2
  ` [PATCH 2/5] drm/ttm: keep a reference to transfer pipelined BOs
  ` [PATCH 3/5] drm/ttm: remove the backing store if no placement is given
  ` [PATCH 4/5] drm/amdgpu: add independent DMA-buf export v2
` [PATCH 5/5] drm/amdgpu: add independent DMA-buf import v2

[PATCH 1/2] drm/amdgpu: Improve documentation of bo_ptr in amdgpu_bo_create_kernel
 2018-03-16 13:55 UTC  (12+ messages)
  ` [PATCH 2/2] drm/amd/powerplay: Fix KASAN user after free on driver unload
          ` [PATCH v2 1/2] drm/amdgpu: Improve documentation of bo_ptr in amdgpu_bo_create_kernel
              ` [PATCH v2 2/2] drm/amd/powerplay: Fix KASAN user after after free on driver unload

[PATCH 1/2] drm/amdgpu: Don't change preferred domian when fallback GTT
 2018-03-16 10:15 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amdgpu: validate fallback BOs

[PATCH] drm/amdgpu: Delete dead code when early init
 2018-03-16  8:20 UTC  (2+ messages)

[PATCH] drm/amdgpu - Disable all irqs before disabling all CRTCs
 2018-03-16  2:09 UTC  (3+ messages)

[PATCH 00/20] Add KFD GPUVM support for dGPUs v4
 2018-03-15 21:27 UTC  (21+ messages)
  ` [PATCH 01/20] drm/amdgpu: Move KFD-specific fields into struct amdgpu_vm
  ` [PATCH 02/20] drm/amdgpu: Fix initial validation of PD BO for KFD VMs
  ` [PATCH 03/20] drm/amdgpu: Add helper to turn an existing VM into a compute VM
  ` [PATCH 04/20] drm/amdgpu: Add kfd2kgd interface to acquire an existing VM
  ` [PATCH 05/20] drm/amdkfd: Create KFD VMs on demand
  ` [PATCH 06/20] drm/amdkfd: Populate DRM render device minor
  ` [PATCH 07/20] drm/amdkfd: Remove limit on number of GPUs
  ` [PATCH 08/20] drm/amdkfd: Aperture setup for dGPUs
  ` [PATCH 09/20] drm/amdkfd: Add per-process IDR for buffer handles
  ` [PATCH 10/20] drm/amdkfd: Allocate CWSR trap handler memory for dGPUs
  ` [PATCH 11/20] drm/amdkfd: Add TC flush on VMID deallocation for Hawaii
  ` [PATCH 12/20] drm/amdkfd: Add ioctls for GPUVM memory management
  ` [PATCH 13/20] drm/amdkfd: Kmap event page for dGPUs
  ` [PATCH 14/20] drm/amdkfd: Add module option for testing large-BAR functionality
  ` [PATCH 15/20] drm/amdgpu: Add MMU notifier type for KFD userptr
  ` [PATCH 16/20] drm/amdgpu: Enable amdgpu_ttm_tt_get_user_pages in worker threads
  ` [PATCH 17/20] drm/amdgpu: GFP_NOIO while holding locks taken in MMU notifier
  ` [PATCH 18/20] drm/amdkfd: "
  ` [PATCH 19/20] drm/amdkfd: Add quiesce_mm and resume_mm to kgd2kfd_calls
  ` [PATCH 20/20] drm/amdgpu: Add userptr support for KFD

[PATCH] drm/amd/display: fix dereferencing possible ERR_PTR()
 2018-03-15 19:52 UTC  (3+ messages)

Ryzen 5 2400G Stuttering since 2018-03-07
 2018-03-15 19:46 UTC  (2+ messages)

Ryzen 5 2400g - colors/contrast messed up on amd-staging-drm-next and drm-next-4.17-wip
 2018-03-15 18:03 UTC  (3+ messages)

[ANNOUNCE] xf86-video-ati 18.0.1
 2018-03-15 16:27 UTC 

[PATCH] drm/amd/display: Refine disable VGA
 2018-03-15 15:56 UTC  (2+ messages)

[ANNOUNCE] xf86-video-amdgpu 18.0.1
 2018-03-15 15:54 UTC 

Ryzen 5 2400G Stuttering since 2018-03-07
 2018-03-15 15:14 UTC  (3+ messages)

[PATCH] drm/amd/display: Correct VGA handoff for DCN1 devices
 2018-03-15 15:09 UTC  (2+ messages)

[PATCH V2] drm/amdgpu: Disable irq on device before destroying it
 2018-03-15 15:02 UTC  (3+ messages)

[PATCH] drm/amdgpu: Disable irq on device before destroying it
 2018-03-15 14:24 UTC  (4+ messages)

[PATCH] drm/amd/pp: Remove the cgs wrapper for notify smu version on APU
 2018-03-15 13:22 UTC  (2+ messages)

RFC: unpinned DMA-buf exporting
 2018-03-15 11:02 UTC  (14+ messages)
` [PATCH 1/4] dma-buf: add optional invalidate_mappings callback

Debugging modesetting problem
 2018-03-15  9:20 UTC  (2+ messages)

Ryzen 5 2400G Stuttering since 2018-03-07
 2018-03-15  9:17 UTC  (2+ messages)

[bug report] drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)
 2018-03-15  8:28 UTC 

How to enable Radeon Pro Duo with mesa
 2018-03-15  8:23 UTC  (2+ messages)

[PATCH 1/8] drm/amdgpu: Fix hardcoded base offset of vram pages
 2018-03-15  8:19 UTC  (16+ messages)
  ` [PATCH 2/8] drm/amdgpu: add new member in amdgpu_mc for zfb support
  ` [PATCH 3/8] drm/amdgpu: add amdgpu module parameter for zfb
  ` [PATCH 4/8] drm/amdgpu: init zfb start address and size
  ` [PATCH 5/8] drm/amdgpu: user reserved zfb to init vram base offset "
  ` [PATCH 6/8] drm/amdgpu: enable physical transaction for ptd/pde when ZFB is enabled
  ` [PATCH 7/8] drm/amdgpu: program AGP aperture as frame buffer "
  ` [PATCH 8/8] drm/amdgpu: program system bit for pte/pde "

[pull] radeon and amdgpu drm-fixes-4.16
 2018-03-14 20:58 UTC 

[PATCH] drm/radeon: Don't turn off DP sink when disconnected
 2018-03-14 19:35 UTC  (2+ messages)

[PATCH] drm/amdgpu: Use atomic function to disable crtcs with dc enabled
 2018-03-14 17:56 UTC  (2+ messages)

vga handover for raven
 2018-03-14 16:35 UTC  (5+ messages)

AMD E8860 on PowerPC with u-boot (T2080)
 2018-03-14 16:35 UTC  (14+ messages)

[PATCH xf86-video-ati] Pass extents to amdgpu_scanout_do_update by value
 2018-03-14 16:03 UTC 

[PATCH] drm/amd/display: Fix null pointer when setting backlight
 2018-03-14 13:57 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: remove trailing whitespace from soc15ip.h
 2018-03-14 13:47 UTC  (6+ messages)
  ` [PATCH 2/3] drm/amdgpu/sdma4: use num_instances for clock/powergating config
  ` [PATCH 3/3] drm/amdgpu/sdma4: Remove unused header file from sdma_v4_0.c

How to enable Radeon Pro Duo with mesa
 2018-03-14 13:38 UTC  (2+ messages)

[PATCH][next] drm/amd/pp: remove redundant pointer internal_buf
 2018-03-14 11:52 UTC  (2+ messages)

[PATCH v2] drm/amd/pp: Fix memory leak in error path in smumgr
 2018-03-14 10:12 UTC 

[bug report] drm/amd/display: Handle HDR use cases
 2018-03-14  8:53 UTC 

[PATCH] drm/amd/pp: Fix memory leak in error path in smumgr
 2018-03-14  8:50 UTC  (2+ messages)

[PATCH] drm/amdgpu/powerplay/vega10: fix memory leak in error path
 2018-03-14  8:07 UTC  (3+ messages)

[amd-staging-drm-next] - commit 'Set disp clk in a safe way to avoid over high dpp clk.' makes 'CONFIG_DRM_AMD_DC_DCN1_0=y' mandatory, again
 2018-03-14  6:53 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix DCN build breakage
 2018-03-14  6:36 UTC 

[PATCH 1/5] drm/amd/pp: Delete dead code on cz_clockpowergating.c
 2018-03-14  2:05 UTC  (7+ messages)
  ` [PATCH 2/5] drm/amd/pp: Remove dead header file pp_asicblocks.h
  ` [PATCH 3/5] drm/amd/pp: Mv cz uvd/vce pg/dpm functions to cz_hwmgr.c
  ` [PATCH 4/5] drm/amd/pp: Remove unneeded void * casts in cz_hwmgr.c/cz_smumgr.c
  ` [PATCH 5/5] drm/amd/pp: Replace files name cz_* with smu8_*

[PATCH] drm/amd/display: Fix DCN build breakage
 2018-03-14  1:01 UTC  (3+ messages)

[PATCH 1/4] drm/amd/pp: Move helper functions to smu_help.c
 2018-03-13 16:02 UTC  (6+ messages)
` [PATCH 3/4] drm/amdgpu: Remove wrapper layer of amdgpu_powerplay
` [PATCH 4/4] drm/amdgpu: Call amdgpu_ucode_fini_bo in amd_powerplay.c

[PATCH] drm/amdgpu: Plus NULL function pointer check
 2018-03-13 15:11 UTC  (3+ messages)

[PATCH 1/2] drm/amd/pp: Fix function parameter not correct
 2018-03-13 15:10 UTC  (5+ messages)
  ` [PATCH 2/2] drm/amdgpu: Fix suspend hang on RV

[PATCH] drm/amd/display: Check msg->size before starting aux transfer
 2018-03-13 14:12 UTC  (2+ messages)

rocm 1.7.137: calc_freesync_range and dce110_stream_encoder_dp_blank warnings
 2018-03-13  4:08 UTC 

linux-4.16-rc5/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c:1723]: (warning) Possible null pointer dereference: pipe_ctx
 2018-03-12 23:10 UTC  (4+ messages)

New KFD ioctls: taking the skeletons out of the closet
 2018-03-12 20:20 UTC  (6+ messages)


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