AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-27 13:09:51 to 2017-05-03 12:46:41 UTC [more...]

[PATCH 0/3] GPU-DRM-Radeon: Fine-tuning for three function implementations
 2017-05-03 12:46 UTC  (5+ messages)
` [PATCH 1/3] GPU-DRM-Radeon: Use seq_putc() in radeon_sa_bo_dump_debug_info()
` [PATCH 2/3] GPU-DRM-Radeon: Use seq_puts() in radeon_debugfs_pm_info()
` [PATCH 3/3] GPU-DRM-Radeon: Use seq_puts() in r100_debugfs_cp_csq_fifo()

[PATCH] drm/amdgpu/gfx: drop max_gs_waves_per_vgt
 2017-05-03 12:41 UTC  (3+ messages)

[PATCH 0/5] Patch serials to implement guilty ctx/entity for SRIOV TDR
 2017-05-03  9:36 UTC  (21+ messages)
  ` [PATCH 1/5] drm/amdgpu:keep ctx alive till all job finished
  ` [PATCH 2/5] drm/amdgpu:some modifications in amdgpu_ctx
  ` [PATCH 3/5] drm/amdgpu:Impl guilty ctx feature for sriov TDR
  ` [PATCH 4/5] drm/amdgpu:change sriov_gpu_reset interface
  ` [PATCH 5/5] drm/amdgpu:sriov TDR only recover hang ring

[PATCH 0/3] drm: tackle byteorder issues, take three 
 2017-05-03  9:24 UTC  (11+ messages)
  ` [PATCH 1/3] drm: fourcc byteorder: drop DRM_FORMAT_BIG_ENDIAN
  ` [PATCH 3/3] drm: fourcc byteorder: add drm_mode_legacy_fb_format_he
` [PATCH 2/3] drm: fourcc byteorder: add DRM_FORMAT_CPU_*

[PATCH 1/6] drm/amdgpu:fix cannot receive rcv/ack irq bug
 2017-05-03  9:10 UTC  (16+ messages)
  ` [PATCH 2/6] drm/amdgpu:need som change on vega10 mailbox
  ` [PATCH 3/6] drm/amdgpu:re-write sriov_reinit_early/late
  ` [PATCH 4/6] drm/amdgpu:cleanups KIQ ring_funcs emit_frame_size
  ` [PATCH 5/6] drm/amdgpu:kiq reg access need timeout(v2)
  ` [PATCH 6/6] drm/amdgpu:PTE flag should be 64 bit width

[PATCH] drm/amdgpu/gfx9: derive tile pipes from golden settings
 2017-05-03  8:52 UTC  (2+ messages)

[PATCH] amdgpu: add interface for reserve/unserve vmid v2
 2017-05-03  5:56 UTC  (2+ messages)

[PATCH] drm/amdgpu:fix waiting on dirty fence
 2017-05-03  4:32 UTC  (2+ messages)

[PATCH v2 00/12] KIQ support for gfx9
 2017-05-02 14:49 UTC  (25+ messages)
  ` [PATCH 01/12] drm/amdgpu/gfx9: fix typo in mpd init
  ` [PATCH 02/12] drm/amdgpu/gfx9: add additional MQD initialization
  ` [PATCH 03/12] drm/amdgpu/gfx9: create mqd backups
  ` [PATCH 04/12] drm/amdgpu/gfx9: clear the compute ring on reset
  ` [PATCH 05/12] drm/amdgpu: add KIQ packet defines to soc15d.h
  ` [PATCH 06/12] drm/amdgpu/gfx9: use new KIQ packet defines
  ` [PATCH 07/12] drm/amdgpu/gfx9: wait for completion in KIQ init
  ` [PATCH 08/12] drm/amdgpu: split gfx_v9_0_kiq_init_queue into two
  ` [PATCH 09/12] drm/amdgpu/gfx9: wait once for all KCQs to be created
  ` [PATCH 10/12] drm/amdgpu/gfx9: move SET_RESOURCES into the same command stream
  ` [PATCH 11/12] drm/amdgpu/gfx9: fix resume of KIQ and KCQs (v2)
  ` [PATCH 12/12] drm/amdgpu/gfx9: Switch baremetal to use KIQ for compute ring management. (v4)

[PATCH] drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanup
 2017-05-02 14:35 UTC  (5+ messages)

[PATCH xf86-video-ati 1/2] Pass pixmap instead of handle to radeon_do_pageflip
 2017-05-02 14:08 UTC  (3+ messages)
  ` [PATCH xf86-video-ati 2/2] Use reference counting for tracking KMS framebuffer lifetimes

[PATCH] drm/amd/powerplay: set fan target temperature by msg on vega10
 2017-05-02 14:05 UTC  (2+ messages)

[PATCH 1/2] drm/amd/powerplay: refine code in vega10_smumgr.c
 2017-05-02 14:02 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amd/powerplay: set soc floor voltage on boot on vega10

[PATCH] drm/amd/powerplay: correct LoadLineResistance value in pptable
 2017-05-02 14:01 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: Allow duplicate enteries in pptable
 2017-05-02 14:00 UTC  (2+ messages)

[PATCH] drm/amdgpu: update revision id settings for BR/ST
 2017-05-02  7:56 UTC  (2+ messages)

[PATCH] drm/amdgpu/gfx9: use actual gpu num se setting for ngg allocation
 2017-05-02  7:55 UTC  (2+ messages)

[PATCH xf86-video-amdgpu] Apply gamma correction to HW cursor
 2017-05-02  4:01 UTC  (3+ messages)

[PATCH] amdgpu: add interface for reserve/unserve vmid
 2017-05-02  2:30 UTC  (3+ messages)

[PATCH] drm/amdgpu: Reserve 0-2 invalidation reg sets for none-amdgpu usages
 2017-05-01 20:54 UTC  (2+ messages)

[PATCH 1/6] drm/amdgpu:fix cannot receive rcv/ack irq bug
 2017-05-01 14:58 UTC  (12+ messages)
  ` [PATCH 2/6] drm/amdgpu:need som change on vega10 mailbox
  ` [PATCH 3/6] drm/amdgpu:re-write sriov_reinit_early/late
  ` [PATCH 4/6] drm/amdgpu:cleanups KIQ ring_funcs emit_frame_size
  ` [PATCH 5/6] drm/amdgpu:kiq reg access need timeout
  ` [PATCH 6/6] drm/amdgpu:PTE flag should be 64 bit width

CZ EDC param and support
 2017-05-01 14:44 UTC  (5+ messages)

[PATCH] drm/amdgpu: add parameter to allocate high priority contexts v9
 2017-05-01 14:43 UTC  (5+ messages)

Set invalidation reg set used in amdgpu to avoid the confliction for vega10
 2017-05-01 14:42 UTC  (2+ messages)

[pull] radeon and amdgpu drm-next-4.12
 2017-04-29  2:40 UTC  (2+ messages)

Move kiq ring lock out of virt strucure
 2017-04-28 21:54 UTC  (3+ messages)

[PATCH umr] Avoid opening the DRM file by default
 2017-04-28 16:23 UTC  (2+ messages)

[PATCH 1/3] drm/amd/powerplay: add disable_smc_ctf callback in hwmgr
 2017-04-28 15:36 UTC  (4+ messages)
  ` [PATCH 2/3] drm/amd/powerplay: complete disable_smc_firmware_ctf_tasks
  ` [PATCH 3/3] drm/amd/powerplay: implement stop dpm task for vega10

[PATCH] drm/amdgpu: add cu info wave_front_size
 2017-04-28 15:16 UTC  (5+ messages)

[PATCH umr] Add 'no_kernel' option
 2017-04-28 11:44 UTC 

[PATCH 0/6] drm: tackle byteorder issues, take two
 2017-04-28 10:02 UTC  (10+ messages)
` [PATCH 3/6] drm: fourcc byteorder: add bigendian support to drm_mode_legacy_fb_format

[PATCH] Revert "drm/amdgpu: Refactor flip into prepare submit and submit. (v2)"
 2017-04-28  8:57 UTC  (6+ messages)

[PATCH] drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanup
 2017-04-28  8:57 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix deadlock of reservation between cs and gpu reset v2
 2017-04-28  8:33 UTC  (4+ messages)

[RFC] drm/amd/amdgpu: get rid of else branch
 2017-04-28  8:30 UTC  (2+ messages)

[PATCH] amdgpu: add vm ioctl support
 2017-04-28  3:03 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix deadlock of reservation between cs and gpu reset
 2017-04-28  2:37 UTC  (7+ messages)

[PATCH 01/11] drm/ttm: cleanup coding style in ttm_bo_api.h
 2017-04-27 16:24 UTC  (11+ messages)
` [PATCH 02/11] drm/ttm: cleanup ttm_bo_driver.h
` [PATCH 04/11] drm/ttm: add operation ctx to ttm_bo_validate
  ` [PATCH 03/11] drm/ttm: remove cur_placement
  ` [PATCH 05/11] drm/ttm: use an operation ctx for ttm_bo_init_reserved
  ` [PATCH 06/11] drm/ttm: use an operation context for ttm_bo_mem_space
  ` [PATCH 07/11] drm/ttm: use the operation context inside TTM
  ` [PATCH 09/11] drm/ttm: add number of bytes moved to the operation context
  ` [PATCH 10/11] drm/amdgpu: forward operation context to ttm_bo_mem_space
  ` [PATCH 11/11] drm/amdgpu: use the new TTM bytes moved counter
` [PATCH 08/11] drm/ttm: add context to driver move callback as well

[PATCH] drm/amdgpu: remove unused and mostly unimplemented CGS functions
 2017-04-27 15:04 UTC  (4+ messages)

[PATCH v2] drm/radeon: only warn once in radeon_ttm_bo_destroy if va list not empty
 2017-04-27 14:57 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: export more gpu info for gfx9
 2017-04-27 14:06 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: bump version for exporting "

[PATCH] drm/amdgpu: remove unused and mostly unimplemented CGS functions v2
 2017-04-27 13:26 UTC  (2+ messages)

[PATCH 0/6 v5] *** Dedicated vmid per process v5 ***
 2017-04-27 13:15 UTC  (8+ messages)
  ` [PATCH 1/6] drm/amdgpu: add vm ioctl
  ` [PATCH 2/6] drm/amdgpu: add reserved vmid field in vm struct v2
  ` [PATCH 3/6] drm/amdgpu: reserve/unreserve vmid by vm ioctl v4
  ` [PATCH 4/6] drm/amdgpu: add limitation for dedicated vm number v4
  ` [PATCH 5/6] drm/amdgpu: implement grab reserved vmid V4
  ` [PATCH 6/6] drm/amdgpu: bump module verion for reserved vmid


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