AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-20 19:12:33 to 2018-03-23 19:32:32 UTC [more...]

[PATCH 0/6] Userptr memory mapping support for KFD
 2018-03-23 19:32 UTC  (6+ messages)
  ` [PATCH 1/6] drm/amdgpu: Add MMU notifier type for KFD userptr
  ` [PATCH 2/6] drm/amdgpu: Enable amdgpu_ttm_tt_get_user_pages in worker threads
  ` [PATCH 3/6] drm/amdgpu: Avoid reclaim while holding locks taken in MMU notifier
  ` [PATCH 4/6] drm/amdkfd: GFP_NOIO "
  ` [PATCH 5/6] drm/amdkfd: Add quiesce_mm and resume_mm to kgd2kfd_calls

[PATCH 0/4] KFD fixes
 2018-03-23 19:30 UTC  (5+ messages)
  ` [PATCH 1/4] drm/amdkfd: Fix scratch memory with HWS enabled
  ` [PATCH 2/4] drm/amdkfd: Deallocate SDMA queues correctly
  ` [PATCH 3/4] drm/amdgpu: Fix acquiring VM on large-BAR systems
  ` [PATCH 4/4] drm/amdkfd: Use ordered workqueue to restore processes

[pull] amdgpu drm-next-4.17
 2018-03-23 15:05 UTC 

[PATCH 1/5] drm/amd/pp: Remove DIDT feature support on driver on Vega12
 2018-03-23 13:54 UTC  (7+ messages)
  ` [PATCH 2/5] drm/amd/pp: Use gfx rlc funcs directly in powerplay
  ` [PATCH 3/5] drm/amdgpu: Get pci resource directly through adev
  ` [PATCH 4/5] drm/amdgpu: Delete some cgs functions
  ` [PATCH 5/5] drm/amdgpu: remove duplicate cg/pg wrapper functions

[PATCH] drm/amdgpu: fix typo of domain fallback
 2018-03-23 11:56 UTC  (2+ messages)

[PATCH] drm/amd/pp: silence a static checker warning
 2018-03-23 11:39 UTC 

[PATCH] drm/amd/pp: Remove useless fw load error handler on Polaris
 2018-03-23  5:09 UTC  (2+ messages)

[PATCH] drm/amdgpu: give more chance for tlb flush if failed
 2018-03-23  3:13 UTC  (5+ messages)

[PATCH 1/6] drm/amd/pp: clean header file hwmgr.h
 2018-03-23  2:13 UTC  (19+ messages)
  ` [PATCH 2/6] drm/amd/pp: Add hwmgr_sw_init/fini functioins
  ` [PATCH 3/6] drm/amd/pp: Lock powerplay when reset pp table
  ` [PATCH 4/6] drm/amd/pp: Save vf state in pp context
  ` [PATCH 5/6] drm/amd/pp: Use release_firmware function directly in powerplay
  ` [PATCH 6/6] drm/amd/pp: Delete some cgs functions

[PATCH] drm/amdgpu: Add an ATPX quirk for hybrid laptop
 2018-03-23  1:35 UTC  (2+ messages)

[PATCH] drm/amd/display: don't pass large struct stream_res by value
 2018-03-22 23:31 UTC 

[PATCH 00/23] drm: Eliminate plane->fb/crtc usage for atomic drivers
 2018-03-22 23:28 UTC  (8+ messages)
` [PATCH 16/23] drm/amdgpu/dc: Stop updating plane->fb

[PATCH][next] drm/amd/pp: don't dereference hwmgr until after it is null checked
 2018-03-22 23:12 UTC 

amdgpu hangs on boot or shutdown on AMD Raven Ridge CPU (Engineer Sample)
 2018-03-22 20:35 UTC  (8+ messages)

[PATCH] drm/amdgpu: Add CM_TEST_DEBUG regs for DCN
 2018-03-22 20:03 UTC  (3+ messages)

[PATCH 00/34] DC Patches Mar 20, 2018
 2018-03-22 18:51 UTC  (31+ messages)
  ` [PATCH 08/34] drm/amd/display: Update ASIC header files
  ` [PATCH 09/34] drm/amd/display: fix lexa bw bounding box
      ` [PATCH v2] drm/amd/display: fix Polaris 12 "
  ` [PATCH 10/34] drm/amd/display: Rename feature-specific register address init macro
  ` [PATCH 11/34] drm/amd/display: Don't read EDID in atomic_check
  ` [PATCH 12/34] drm/amd/display: add mpc to dtn log
  ` [PATCH 13/34] drm/amd/display: Add debug prints for bandwidth calculations
  ` [PATCH 14/34] drm/amd/display: Don't call amdgpu_dm_display_resume as it doesn't exist
  ` [PATCH 15/34] drm/amd/display: Adding stutter entry wm to dce bw struct
  ` [PATCH 16/34] drm/amd/display: Change wb_h/vratio to double
  ` [PATCH 17/34] drm/amd/display: drop dc_validate_guaranteed
  ` [PATCH 18/34] drm/amd/display: Implementing new bandwidth registers for DCE120
  ` [PATCH 19/34] drm/amd/display: dal 3.1.40
  ` [PATCH 20/34] drm/amd/display: align dtn logs and add mpc idle bit print
  ` [PATCH 21/34] drm/amd/display: add assert in enable FBC
  ` [PATCH 22/34] drm/amd/display: Separate mem input constuctors for dce 112 and 120
  ` [PATCH 23/34] drm/amd/display: Only update mpc blend config if not full update
  ` [PATCH 24/34] drm/amd/display: hide inconsistent mpcc programming from dtn log
  ` [PATCH 25/34] drm/amd/display: Add dc_lut_mode enum
  ` [PATCH 26/34] drm/amd/display: Correct print types in DC_LOGS
  ` [PATCH 27/34] drm/amd/display: Add num_active_wb to DML
  ` [PATCH 28/34] drm/amd/display: Add double buffer machanism to ICSC
  ` [PATCH 29/34] drm/amd/display: Couple bug fixes in stats module
  ` [PATCH 30/34] drm/amd/display: Rename encoder_info_packet to dc_info_packet
  ` [PATCH 31/34] drm/amd/display: Add vline IRQ programming for DCN
  ` [PATCH 32/34] drm/amd/display: Add double buffer machanism to OCSC
  ` [PATCH 33/34] drm/amd/display: Only program MSA_TIMING_PARAM if it changed
  ` [PATCH 34/34] drm/amd/display: Move commit_planes_to_stream to amdgpu_dm

[PATCH][next] drm/amdgpu: fix spelling mistake: "asssert" -> "assert"
 2018-03-22 15:43 UTC  (2+ messages)

[PATCH] drm/amd/pp: use mlck_table.count for array loop index limit
 2018-03-22 15:03 UTC  (3+ messages)

[PATCH 00/42] Add vega12 support
 2018-03-22 14:14 UTC  (46+ messages)
  ` [PATCH 02/42] drm/amdgpu: add vega12 to asic_type enum
  ` [PATCH 03/42] drm/amdgpu: add gpu_info firmware for vega12
  ` [PATCH 04/42] drm/amdgpu: set asic family and ip blocks "
  ` [PATCH 05/42] drm/amdgpu: vega12 to smu firmware
  ` [PATCH 06/42] drm/amdgpu/psp: initial vega12 support
  ` [PATCH 07/42] drm/amdgpu: initilize vega12 psp firmwares
  ` [PATCH 08/42] drm/amdgpu: add vega12 ucode loading method
  ` [PATCH 09/42] drm/amdgpu: specify vega12 uvd firmware
  ` [PATCH 10/42] drm/amdgpu: specify vega12 vce firmware
  ` [PATCH 11/42] drm/amdgpu/virtual_dce: add vega12 support
  ` [PATCH 12/42] drm/amd/display/dm: "
  ` [PATCH 13/42] drm/amd/display: Add bios firmware info version for VG12
  ` [PATCH 14/42] drm/amdgpu: add vega12 to dc support check
  ` [PATCH 15/42] drm/amdgpu/gmc9: add vega12 support
  ` [PATCH 16/42] drm/amdgpu/gmc9: fix vega12's athub&mmhub golden setting
  ` [PATCH 17/42] drm/amdgpu/mmhub: add clockgating support for vega12
  ` [PATCH 18/42] drm/amdgpu/sdma4: specify vega12 firmware
  ` [PATCH 19/42] drm/amdgpu/sdma4: Add placeholder for vega12 golden settings
  ` [PATCH 20/42] drm/amdgpu/sdma4: add clockgating support for vega12
  ` [PATCH 21/42] drm/amdgpu/sdma4: add sdma4_0_1 support for vega12 (v3)
  ` [PATCH 22/42] drm/amdgpu/sdma4: Update vega12 sdma golden setting
  ` [PATCH 23/42] drm/amdgpu/gfx9: add support for vega12 firmware
  ` [PATCH 24/42] drm/amdgpu/gfx9: Add placeholder for vega12 golden settings
  ` [PATCH 25/42] drm/amdgpu/gfx9: add gfx config for vega12
  ` [PATCH 26/42] drm/amdgpu/gfx9: add support "
  ` [PATCH 27/42] drm/amdgpu/gfx9: add clockgating "
  ` [PATCH 28/42] drm/amdgpu/gfx9: add golden setting for vega12 (v3)
  ` [PATCH 29/42] drm/amdgpu/soc15: add support for vega12
  ` [PATCH 30/42] drm/amdgpu/soc15: update vega12 cg_flags
  ` [PATCH 31/42] drm/amd/soc15: Add external_rev_id for vega12
  ` [PATCH 32/42] drm/amdgpu/soc15: initialize reg base "
  ` [PATCH 33/42] drm/amd/powerplay: add vega12_inc.h
  ` [PATCH 34/42] drm/amd/powerplay: update atomfirmware.h (v2)
  ` [PATCH 35/42] drm/amd/powerplay: add new smu9_driver_if.h for vega12 (v2)
  ` [PATCH 36/42] drm/amd/powerplay: add vega12_ppsmc.h
  ` [PATCH 37/42] drm/amd/powerplay: add vega12_pptable.h
  ` [PATCH 38/42] drm/amd/powerplay: update ppatomfwctl (v2)
  ` [PATCH 39/42] drm/amd/powerplay: add new pp_psm infrastructure for vega12 (v2)
  ` [PATCH 40/42] drm/amd/powerplay: add the smu manager for vega12 (v4)
  ` [PATCH 41/42] drm/amd/powerplay: add the hw "
  ` [PATCH 42/42] drm/amdgpu: add vega12 pci ids (v2)

[trivial PATCH V2] treewide: Align function definition open/close braces
 2018-03-22 13:37 UTC  (5+ messages)

RFC: unpinned DMA-buf exporting v2
 2018-03-22  9:58 UTC  (18+ messages)
` [PATCH 1/5] dma-buf: add optional invalidate_mappings callback v2
          ` [Linaro-mm-sig] "

[PATCH] drm/amdgpu: re-validate per VM BOs if required
 2018-03-22  3:54 UTC  (6+ messages)

[PATCH] drm/amdgpu: Fix NULL ptr on driver unload due to init failure
 2018-03-22  3:34 UTC  (3+ messages)

[pull] radeon and amdgpu drm-fixes-4.16
 2018-03-21 22:44 UTC 

[PATCH 1/2] drm/amdgpu: Enable scatter gather display support
 2018-03-21 18:30 UTC  (28+ messages)

[PATCH 00/20] Add KFD GPUVM support for dGPUs v4
 2018-03-21 15:36 UTC  (5+ messages)

[PATCH] drm/amdgpu: fix "mitigate workaround for i915"
 2018-03-21 14:48 UTC  (3+ messages)

[PATCH] drm/amd/pp: Add new asic(vega12) support in pp_psm.c
 2018-03-21 13:33 UTC  (2+ messages)

[PATCH] drm/amd/pp: Clean up powerplay code on Vega12
 2018-03-21 13:30 UTC  (2+ messages)

[PATCH] drm/amd/pp: Fix set wrong temperature range on smu7
 2018-03-21 13:21 UTC  (2+ messages)

[PATCH] drm/amdgpu: Don't change preferred domian when fallback GTT v5
 2018-03-21 11:46 UTC  (2+ messages)

[PATCH] drm/amdgpu: Don't change preferred domian when fallback GTT v4
 2018-03-21 10:20 UTC  (2+ messages)

[PATCH 1/2] drm/amd/pp: Initialize default thermal control type for each asic
 2018-03-21  6:36 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amd/pp: Register smu irq for legacy asics

[PATCH] drm/amd/pp: Refine add irq logic in powerplay
 2018-03-21  5:17 UTC  (2+ messages)

[PATCH] drm/amd/pp: Fix handle kernel paging request when reset pp table
 2018-03-21  3:29 UTC  (2+ messages)

[PATCH] drm/amdgpu: Remove wrapper layer of cgs irq handling
 2018-03-21  1:48 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: implement amdgpu_gem_map_(attach/detach)
 2018-03-20 20:38 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: mitigate workaround for i915


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