AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-01 20:38:54 to 2016-09-09 13:39:28 UTC [more...]

[PATCH 00/20] powerplay code refactoring
 2016-09-09 13:39 UTC  (11+ messages)
  ` [PATCH 01/20] drm/amd/powerplay: add common interface in smumgr to help to visit fw image
  ` [PATCH 02/20] drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7
  ` [PATCH 03/20] drm/amd/powerplay: implement fw image related smum interface for Polaris
  ` [PATCH 04/20] drm/amd/powerplay: use smu7 hwmgr to manager polaris10/11
  ` [PATCH 05/20] drm/amd/powerplay: implement fw image related smu interface for Fiji
  ` [PATCH 06/20] drm/amd/powerplay: use smu7 hwmgr to manager fiji
  ` [PATCH 07/20] drm/amd/powerplay: implement fw image related smum interface for tonga
  ` [PATCH 08/20] drm/amd/powerplay: use smu7_hwmgr to manager tonga
  ` [PATCH 09/20] drm/amd/powerplay: implement smu7_smumgr for asics with smu ip version 7
  ` [PATCH 10/20] drm/amd/powerplay: use smu7 common functions and data on Tonga

[PATCH 0/9] misc patches related to powerplay
 2016-09-09 13:37 UTC  (10+ messages)
  ` [PATCH 1/9] drm/amd/powerplay: mark symbols static where possible on tonga/iceland
  ` [PATCH 2/9] drm/amd/powerplay: add feature flags in hwmgr to enable/disable special features
  ` [PATCH 3/9] drm/amd/powerplay: add module parameter for mask pp feature
  ` [PATCH 4/9] drm/amd/powerplay: initialize platform caps in hwmgr_init
  ` [PATCH 5/9] drm/amd/powerplay: add common functiones for visiting pp table
  ` [PATCH 6/9] drm/amd/powerplay: wrap get evv voltage of fiji and polaris
  ` [PATCH 7/9] drm/amd/powerplay: move smu related variable definitions to smumgr
  ` [PATCH 8/9] drm/amd/powerplay: delete const flag of hwmgr_funcs for overload
  ` [PATCH 9/9] drm/amd/powerplay: delete dupicated function and definition

[PATCH] drm/amdgpu: validate size and offset of user fence BO
 2016-09-09 11:30 UTC 

[PATCH 1/2] drm/ttm: remove unused placement flags
 2016-09-09 11:24 UTC  (6+ messages)

[PATCH] drm/amdgpu: use error label to handle exceptional case
 2016-09-09 10:30 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: update gart_pin_size if bo is in GTT
 2016-09-09  8:52 UTC  (7+ messages)
  ` [PATCH 2/2] drm/amdgpu: calc addr with domain's gpu_offset
      ` 答复: "

[PATCH] drm/i915: Before pageflip, also wait for shared dmabuf fences
 2016-09-09  1:15 UTC 

[PATCH xserver] config: fix GPUDevice fail when AutoAddGPU off + BusID
 2016-09-08 13:24 UTC 

[PATCH xf86-video-amdgpu 01/12] Add explicit AMDGPU_DRM_QUEUE_ERROR define
 2016-09-08 12:53 UTC  (13+ messages)
  ` [PATCH xf86-video-amdgpu 02/12] Use EventCallback to avoid flushing every time in the FlushCallback
  ` [PATCH xf86-video-amdgpu 03/12] Keep track of damage event related flushes per-client
  ` [PATCH xf86-video-amdgpu 04/12] Wait for pending flips to complete before turning off an output or CRTC
  ` [PATCH xf86-video-amdgpu 05/12] Use drmmode_crtc_scanout_* helpers for RandR 1.4 scanout pixmaps
  ` [PATCH xf86-video-amdgpu 06/12] Handle RandR 1.4 slave dirty updates via amdgpu_drm_queue
  ` [PATCH xf86-video-amdgpu 07/12] Track damage accurately for RandR 1.4 slave scanout
  ` [PATCH xf86-video-amdgpu 08/12] Only copy from screen pixmap to shared pixmap on demand for "
  ` [PATCH xf86-video-amdgpu 09/12] Factor out transform_region helper
  ` [PATCH xf86-video-amdgpu 10/12] Move up amdgpu_scanout_extents_intersect
      ` [PATCH xf86-video-amdgpu 11/12] Synchronize scanout pixmaps for TearFree
      ` [PATCH xf86-video-amdgpu 12/12] Make TearFree effective with PRIME slave scanout

[PATCH v2] drm/amd/amdgpu: S4 issue for amdgpu
 2016-09-08 12:47 UTC  (7+ messages)
        ` 答复: "

[PATCH 1/3] drm/amd/powerplay: calculate flexible array member's address
 2016-09-08 12:36 UTC  (7+ messages)
  ` [PATCH 2/3] drm/amdgpu: fix compiler warning
  ` [PATCH 3/3] drm/amd/powerplay: declare functions instand of include header file

[PATCH 6/6] drm: Add DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags
 2016-09-08  9:36 UTC  (5+ messages)
` [PATCH 6/6] drm: Add DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags v2

[PATCH v3] drm: modify drm_global_item_ref to avoid two times of writing ref->object
 2016-09-08  8:08 UTC  (7+ messages)

[PATCH] drm/amdgpu:implement CONTEXT_CONTROL (v5)
 2016-09-08  7:22 UTC  (2+ messages)

[PATCH] drm/amdgpu:implement CONTEXT_CONTROL (v5)
 2016-09-08  6:33 UTC  (3+ messages)

Various tidy'ups with SI DMA/DPM/SMC/IH code
 2016-09-08  1:51 UTC  (14+ messages)
  ` [PATCH 1/7] drm/amd/amdgpu: Tidy up SI DMA code
  ` [PATCH 2/7] drm/amd/amdgpu: Allow calling si_dpm_fini at any point
  ` [PATCH 3/7] drm/amd/amdgpu: Clean up SI DPM table assignments
  ` [PATCH 4/7] drm/amd/amdgpu: Correct whitespace in SI DPM code
  ` [PATCH 5/7] drm/amd/amdgpu: Tidy up SI IH code
  ` [PATCH 6/7] drm/amd/amdgpu: Tidy up SI SMC code
  ` [PATCH 7/7] drm/amd/amdgpu: Comment out currently unused SI DPM struct

[PATCH 1/2] drm/amdgpu: add a new helper to free a BO in kernel allocations
 2016-09-08  1:50 UTC  (4+ messages)
  ` [PATCH 2/2] drm/amdgpu: free the BO in kernel by helper amdgpu_bo_free_kernel()

[PATCH 1/2] drm/amdgpu: fix GTT offset handling
 2016-09-07 16:26 UTC  (9+ messages)
  ` [PATCH 2/2] drm/amdgpu: bind GTT on demand

[PATCH] drm/amd/amdgpu: Fix return values in SI DPM code
 2016-09-07 15:47 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: Convert messages in gmc v6 to dev_*()
 2016-09-07 15:43 UTC  (2+ messages)

[PATCH] drm/amdgpu/si: Call amdgpu_ttm_set_active_vram_size from si_dma_start/stop
 2016-09-07 15:02 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: Remove double lock from gfx v6
 2016-09-07 14:25 UTC  (3+ messages)

[PATCH 1/2] drm/amd/powerplay: enable/disable auto thermal throttle for tonga
 2016-09-07 11:35 UTC  (4+ messages)
  ` [PATCH 2/2] drm/amd/powerplay: fix issue power containment not enabled on Tonga

[PATCH 1/2] drm/amdgpu: handle runtime pm in fbcon (v2)
 2016-09-07 11:09 UTC  (5+ messages)
  ` [PATCH 2/2] drm/radeon: "

[Updated PATCH v2] drm: modify drm_global_item_ref to avoid two times of writing ref->object
 2016-09-07  8:48 UTC  (5+ messages)

[PATCH] drm/amdgpu:implement CONTEXT_CONTROL (v3)
 2016-09-07  7:07 UTC  (15+ messages)

[PATCH v2] drm: modify drm_global_item_ref to avoid two times of writing ref->object
 2016-09-07  4:51 UTC  (2+ messages)

[PATCH] drm: modify drm_global_item_ref to avoid two times of writing ref->object
 2016-09-07  2:40 UTC  (3+ messages)

amd-gfx mailing list now tracked in patchwork
 2016-09-06  9:03 UTC 

[PATCH v2 00/15] drm/amdgpu/si: Make SI DPM workable
 2016-09-06  8:33 UTC  (6+ messages)

[PATCH 1/4] drm/amdgpu:add switch buffer to end of CS
 2016-09-06  2:58 UTC  (8+ messages)
` [PATCH 2/4] drm/amdgpu:new method to sync ce&de

[PATCH 2/2] drm/amd/powerplay: fix issue power containment not enabled on Tonga
 2016-09-05 11:41 UTC 

[PATCH 2/2] drm/amd/powerplay: fix issue power containment not enabled on Tonga
 2016-09-05 11:03 UTC 

amdkfd - misc fixes + get_local_mem_info() port
 2016-09-05 11:01 UTC  (9+ messages)
  ` [PATCH 1/4] amdkfd: Tidy up kfd_generate_gpu_id() uint64_t bitshift unpack
  ` [PATCH 2/4] radeonkfd/amdkfd: Implement get_local_mem_info()
  ` [PATCH 3/4] amdkfd: Add some missing memset zero'ing in queue init func
  ` [PATCH 4/4] amdkfd: Fix possible dangling ptr in kfd_dbgmgr_destroy()

[PATCH 2/2] drm/amd/powerplay: fix issue power containment not enabled on Tonga
 2016-09-05 10:53 UTC 

Trivial powerplay fixup for drm-next-4.9
 2016-09-04 12:32 UTC  (3+ messages)
  ` [PATCH] amd/powerplay: use kmemdup instead of kmalloc + memcpy

[PATCH] drm/amdgpu/vi: Use correct external_rev_id for stoney
 2016-09-02 20:24 UTC 

[PATCH v4 xserver 0/4] modesetting: add DRI2 page flip support
 2016-09-02 18:01 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: S4 issue for amdgpu
 2016-09-02 15:17 UTC  (6+ messages)
    ` 答复: "

Merge get_rptr and get_wptr functions
 2016-09-02 14:02 UTC  (9+ messages)
  ` [PATCH 1/6] drm/amd/amdgpu: Merge get_rptr functions in gfx6
  ` [PATCH 2/6] drm/amd/amdgpu: Merge get_rptr functions in gfx7
  ` [PATCH 3/6] drm/amd/amdgpu: Merge get_rptr functions in gfx8
  ` [PATCH 4/6] drm/amd/amdgpu: Merge get_wptr functions in gfx6
  ` [PATCH 5/6] drm/amd/amdgpu: Merge get_wptr functions in gfx7
  ` [PATCH 6/6] drm/amd/amdgpu: Merge get_wptr functions in gfx8

[PATCH xf86-video-ati 1/4] Factor out transform_region helper
 2016-09-02 13:47 UTC  (5+ messages)
  ` [PATCH xf86-video-ati 2/4] Move up radeon_scanout_extents_intersect
  ` [PATCH xf86-video-ati 3/4] Synchronize scanout pixmaps for TearFree
  ` [PATCH xf86-video-ati 4/4] Make TearFree effective with PRIME slave scanout

[PATCH 01/10] drm/amdgpu: handle runtime pm in drm pre/post close
 2016-09-02 13:31 UTC  (9+ messages)
` [PATCH 03/10] drm/amdgpu: handle runtime pm in fbcon

[PATCH 1/2] drm/amdgpu: only try again if we actually run into -ENOMEM
 2016-09-02 12:49 UTC  (7+ messages)
` [PATCH 2/2] drm/amdgpu: prevent command submission failures under memory pressure

Various fixes for gfx6
 2016-09-02 12:08 UTC  (8+ messages)
` [PATCH 3/3] drm/amd/amdgpu: Various tidy ups "

[PATCH] drm/amdgpu/gfx6: drop some dead code
 2016-09-02  3:17 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