AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-19 08:10:48 to 2017-04-24 06:58:08 UTC [more...]

[PATCH 00/11] Enable UVD and PSP loading for SRIOV
 2017-04-24  6:58 UTC  (11+ messages)
  ` [PATCH 01/11] drm/amdgpu/virt: bypass cg and pg setting "
  ` [PATCH 02/11] drm/amdgpu/virt: change the place of virt_init_setting
  ` [PATCH 03/11] drm/amdgpu/psp: skip loading SDMA/RLCG under SRIOV VF
  ` [PATCH 04/11] drm/amdgpu/vce4: fix a PSP loading VCE issue
  ` [PATCH 05/11] drm/amdgpu/vce4: move mm table constructions functions into mmsch header file
  ` [PATCH 06/11] drm/amdgpu/soc15: enable UVD code path for sriov
  ` [PATCH 07/11] drm/amdgpu/virt: add two functions for MM table
  ` [PATCH 08/11] drm/amdgpu/vce4: replaced with virt_alloc_mm_table
  ` [PATCH 09/11] drm/amdgpu/uvd7: add sriov uvd initialization sequences
  ` [PATCH 10/11] drm/amdgpu/uvd7: add uvd doorbell initialization for sriov

[PATCH] drm: fourcc byteorder: brings header file comments in line with reality
 2017-04-24  6:57 UTC  (29+ messages)

[PATCH] drm/amdgpu: extend vm flags to 64-bit in tracepoint
 2017-04-24  6:43 UTC 

[PATCH 0/6] drm: tackle byteorder issues, take two
 2017-04-24  6:25 UTC  (7+ messages)
` [PATCH 3/6] drm: fourcc byteorder: add bigendian support to drm_mode_legacy_fb_format
  ` [PATCH 1/6] drm: fourcc byteorder: drop DRM_FORMAT_BIG_ENDIAN
  ` [PATCH 2/6] drm: fourcc byteorder: add DRM_FORMAT_CPU_*
  ` [PATCH 4/6] drm: fourcc byteorder: adapt bochs-drm to drm_mode_legacy_fb_format update
  ` [PATCH 5/6] drm: fourcc byteorder: adapt virtio "
` [PATCH 6/6] drm: fourcc byteorder: virtio restrict to XRGB8888

[PATCH] drm/amdgpu: fix trace error for amdgpu_vm_bo_unmap
 2017-04-24  6:15 UTC 

[PATCH 0/6] *** Dedicated vmid per process v2 ***
 2017-04-24  5:57 UTC  (7+ messages)
  ` [PATCH 1/6] drm/amdgpu: add vm ioctl
  ` [PATCH 2/6] drm/amdgpu: add dedicated vmid field in vm struct
  ` [PATCH 3/6] drm/amdgpu: reserve vmid by vm ioctl
  ` [PATCH 4/6] drm/amdgpu: add limitation for dedicated vm number v2
  ` [PATCH 5/6] drm/amdgpu: implement grab dedicated vmid V2
  ` [PATCH 6/6] drm/amdgpu: bump module verion for reserved vmid

Port of amdgpu watermark improvements to radeon-kms
 2017-04-23 23:33 UTC  (3+ messages)
  ` [PATCH 1/2] drm/radeon: Avoid overflows/divide-by-zero in latency_watermark calculations
` [PATCH 2/2] drm/radeon: Make display watermark calculations more accurate

[PATCH 1/2] drm/amdgpu: Add missing lb_vblank_lead_lines setup to DCE-6 path
 2017-04-23 23:02 UTC 

[PATCH 1/1] drm/radeon: check return vlaue of radeon_fence_emit
 2017-04-23 13:50 UTC 

[PATCH 1/1] drm/radeon: check return value of radeon_ring_lock
 2017-04-23 13:36 UTC 

[PATCH libdrm] amdgpu: Use the canonical form in branch predicate
 2017-04-22  6:47 UTC 

[PATCH] LRU map compute/SDMA user ring ids to kernel ring ids v2
 2017-04-21 23:48 UTC  (7+ messages)
  ` [PATCH 1/6] drm/amdgpu: condense mqd programming sequence
  ` [PATCH 2/6] drm/amdgpu: workaround tonga HW bug in HQD "
  ` [PATCH 3/6] drm/amdgpu: untie user ring ids from kernel ring ids v4
  ` [PATCH 4/6] drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4
  ` [PATCH 5/6] drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3
  ` [PATCH 6/6] drm/amdgpu: use LRU mapping policy for SDMA engines

[PATCH] Improve pipe split between amdgpu and amdkfd v4
 2017-04-21 21:58 UTC  (21+ messages)
  ` [PATCH 01/17] drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generation
  ` [PATCH 02/17] drm/amdgpu: refactor MQD/HQD initialization v3
  ` [PATCH 03/17] drm/amdgpu: detect timeout error when deactivating hqd
  ` [PATCH 04/17] drm/amdgpu: remove duplicate definition of cik_mqd
  ` [PATCH 05/17] drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2
  ` [PATCH 06/17] drm/amdgpu: fix kgd_hqd_load failing to update shadow_wptr
  ` [PATCH 07/17] drm/amdgpu: rename rdev to adev
  ` [PATCH 08/17] drm/radeon: take ownership of pipe initialization
  ` [PATCH 09/17] drm/amdgpu: take ownership of per-pipe configuration v3
  ` [PATCH 10/17] drm/amdgpu: allow split of queues with kfd at queue granularity v4
  ` [PATCH 11/17] drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3
  ` [PATCH 12/17] drm/amdkfd: allow split HQD on per-queue granularity v5
  ` [PATCH 13/17] drm/amdgpu: remove duplicate magic constants from amdgpu_amdkfd_gfx*.c
  ` [PATCH 14/17] drm/amdgpu: allocate queues horizontally across pipes
  ` [PATCH 15/17] drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCES
  ` [PATCH 16/17] drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2
  ` [PATCH 17/17] drm/amdgpu: new queue policy, take first 2 queues of each pipe v2

[PATCH split 2/3] LRU map compute/SDMA user ring ids to kernel ring ids
 2017-04-21 20:26 UTC  (4+ messages)
` [PATCH 4/6] drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4

Pageflip fixes for the amd dal/dc staging tree
 2017-04-21 19:56 UTC  (4+ messages)
` [PATCH 1/2] drm/amd/display: Fix race between vblank irq and pageflip irq
` [PATCH 2/2] drm/amd/display: Prevent premature pageflip when comitting in vblank

[PATCH] dmr/amdgpu: Fix wrongly unref of BO
 2017-04-21 17:53 UTC  (18+ messages)

[PATCH 0/5] *** Dedicated vmid per process ***
 2017-04-21 17:11 UTC  (12+ messages)
  ` [PATCH 1/5] drm/amdgpu: handle flags when context alloc
  ` [PATCH 2/5] drm/amdgpu: add dedicated vmid field in vm struct
  ` [PATCH 3/5] drm/amdgpu: add context flags for dedicated vmid reqest
  ` [PATCH 4/5] drm/amdgpu: implement grab dedicated vmid
  ` [PATCH 5/5] drm/amdgpu: add limitation for dedicated vm number

[PATCH] drm: Harmonize CIK ASIC support in radeon and amdgpu (v2)
 2017-04-21 17:05 UTC  (7+ messages)

[PATCH 1/3] drm/amdgpu: fix indent
 2017-04-21 16:07 UTC  (2+ messages)

[PATCH] drm/amdgpu: increase gtt size to 3GB by default v2
 2017-04-21 14:30 UTC  (3+ messages)

[PATCH 3/3] drm/amdgpu: fix gpu reset issue
 2017-04-21 12:14 UTC  (9+ messages)

[PATCH] drm/amdgpu: fix no-vmid job
 2017-04-21 11:49 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix amdgpu_ttm_bo_eviction_valuable
 2017-04-21  8:37 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: add gtt print like vram when dump mm table V2
 2017-04-21  8:25 UTC  (6+ messages)
  ` [PATCH 2/2] drm/amdgpu: increase gtt size to 3GB by default

[PATCH] drm/amdgpu: fix VM clearing in amdgpu_gem_object_close
 2017-04-21  8:20 UTC  (2+ messages)

[PATCH 2/3] drm/amdgpu: validate bo before restoring from shadow
 2017-04-21  7:13 UTC  (2+ messages)

[libdrm] amdgpu/: concisely && consistently check null ptrs in canonical form
 2017-04-20 19:35 UTC  (2+ messages)

[PATCH 1/5] drm/amd/powerplay: allocate fb for avfs fuse table on vega10
 2017-04-20 13:00 UTC  (6+ messages)
  ` [PATCH 2/5] drm/amd/powerplay: enable pcie dpm on Vega10
  ` [PATCH 3/5] drm/amd/powerplay: enable clock stretch feature "
  ` [PATCH 4/5] drm/amd/powerplay: Fix AVFS param
  ` [PATCH 5/5] drm/amd/powerplay: add avfs fuse overdriver

[PATCH] drm/amd/powerplay: add error message to remind user updating firmware
 2017-04-20 12:45 UTC  (4+ messages)

[PATCH V3] drm/amdgpu: PRT support for gfx9 (v3)
 2017-04-20  9:16 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: fix gtt mgr available statistics
 2017-04-20  8:54 UTC  (8+ messages)

[rfc repost] drm sync objects - a new beginning (make ickle happier?)
 2017-04-20  8:36 UTC  (8+ messages)
` [PATCH 3/7] sync_file: split out fence_file base class from sync_file

[PATCH v2] drm/amdgpu: PRT support for gfx9 (v2)
 2017-04-20  6:56 UTC  (5+ messages)

[PATCH V3] drm/amdgpu: Destroy psp ring in hw_fini
 2017-04-20  6:39 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix amdgpu_vm_clear_freed
 2017-04-20  6:12 UTC  (4+ messages)

[PATCH V2] drm/amdgpu: Destroy psp ring in hw_fini
 2017-04-20  4:18 UTC  (7+ messages)

[PATCH] drm/amdgpu: update smu9 driver interface
 2017-04-20  2:10 UTC  (2+ messages)

[PATCH 1/2] drm/amd/amdgpu: Change comp GFXv6 ring name to remove space
 2017-04-19 16:19 UTC  (4+ messages)
  ` [PATCH 2/2] drm/amd/amdgpu: Change comp GFXv9 "

[PATCH] drm/amd/amdgpu: Print out ring name in dev_info
 2017-04-19 15:13 UTC  (3+ messages)

[RfC PATCH] drm: fourcc byteorder: brings header file comments in line with reality
 2017-04-19 12:34 UTC  (15+ messages)

[PATCH] drm/amdgpu: reserve space before adding a shared fence
 2017-04-19 12:31 UTC  (4+ messages)
      ` SPAM //Re: "

[PATCH 1/3] drm/amdgpu: Remove redundant itermediate return val in sdma_v4_0.c
 2017-04-19 10:28 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