AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-12-16 02:50:20 to 2016-12-23 18:18:49 UTC [more...]

[RFC] Mechanism for high priority scheduling in amdgpu
 2016-12-23 18:18 UTC  (30+ messages)

[PATCH 00/14] DC Patches Dec 22, 2016
 2016-12-23 15:58 UTC  (15+ messages)
  ` [PATCH 01/14] drm/amd/display: add pitch to cursor attributes
  ` [PATCH 02/14] drm/amd/display: minor clock source refactor
  ` [PATCH 03/14] drm/amd/display: Add dcc param to surface
  ` [PATCH 04/14] drm/amd/display: track cursor width in ipp
  ` [PATCH 05/14] drm/amd/display: Reset gamma to NULL after release
  ` [PATCH 06/14] drm/amd/display: Implement gamma correction using input LUT
  ` [PATCH 07/14] drm/amd/display: don't crash if stream is NULL when trying to share clocks
  ` [PATCH 08/14] drm/amd/display: reset transfer_func to NULL on release
  ` [PATCH 09/14] drm/amd/display: Fixed crash
  ` [PATCH 10/14] drm/amd/display: Fix licensing header
  ` [PATCH 11/14] drm/amd/display: Fixed split update bug
  ` [PATCH 12/14] drm/amd/display: Fixed crash caused by unnecessary clock source in split pipe
  ` [PATCH 13/14] drm/amd/display: Add refcount debug assert
  ` [PATCH 14/14] drm/amd/display: Pass adev to fill_plane_attr

[PATCH 00/22] DC Patches Dec 20, 2016
 2016-12-23 14:58 UTC  (25+ messages)
  ` [PATCH 01/22] drm/amd/display: Resolved HDMI assert in dal
  ` [PATCH 02/22] drm/amd/display: Refactor to move color helper into module
  ` [PATCH 03/22] drm/amd/display: Add debug option to disable dmcu
  ` [PATCH 04/22] drm/amd/display: fix hotplug regression after code refactor
  ` [PATCH 05/22] drm/amd/display: Refactor output transfer function to stream
  ` [PATCH 06/22] drm/amd/display: define reg helpers to update registers with 8 and 9 fields
  ` [PATCH 07/22] drm/amd/display: Refactor to move gamma correction to module
  ` [PATCH 08/22] drm/amd/display: Implement PQ curve based on output transfer function
  ` [PATCH 09/22] drm/amd/display: OPP refactor and consolidation for DCE
  ` [PATCH 10/22] drm/amd/display: Fix distribution of segments for PQ
  ` [PATCH 11/22] drm/amd/display: Fix programming of gamma end points
  ` [PATCH 12/22] drm/amd/display: remove dc hub - this seems unused
  ` [PATCH 13/22] drm/amd/display: remove some unused wrappers
  ` [PATCH 14/22] drm/amd/display: drop register logger and pid/tgid getters
  ` [PATCH 15/22] drm/amd/display: drop get platform info
  ` [PATCH 16/22] drm/amd/display: drop setmode complete notifier
  ` [PATCH 17/22] drm/amd/display: Move dpcd structs into dp_types header
  ` [PATCH 18/22] drm/amd/display: port to using drm dpcd defines
  ` [PATCH 19/22] drm/amd/display: assign correct enum for edp revision
  ` [PATCH 20/22] drm/amd/display: Framework for degamma and regramma through color module
  ` [PATCH 21/22] drm/amd/display: Fix Regamma end point
  ` [PATCH 22/22] drm/amd/display: 4k split black out due to incorrect cursor

[PATCH 00/23] Add support AMD GPU virtualization soultion
 2016-12-23 10:47 UTC  (65+ messages)
  ` [PATCH 01/23] drm/amdgpu: add support kernel interface queue(KIQ)
  ` [PATCH 02/23] drm/amdgpu: add kiq into compiling
        ` 转发: "
                    ` 答复: "
  ` [PATCH 03/23] drm/amdgpu: export KIQ interfaces
  ` [PATCH 04/23] drm/amdgpu: add new structure for KIQ memory allcation
  ` [PATCH 05/23] drm/amdgpu/gfx8: add support KIQ for FIJI/TONGA chips
  ` [PATCH 06/23] drm/amdgpu/gfx8: correct KIQ hdp flush
  ` [PATCH 07/23] drm/amdgpu: create new directory for GPU virtualization
            ` 转发: "
  ` [PATCH 08/23] drm/amdgpu: add new flag for virtual function
  ` [PATCH 09/23] drm/amdgpu: enable virtualization feature for FIJI/TONGA
      ` 答复: "
  ` [PATCH 10/23] drm/amdgpu: export gem va update interface
  ` [PATCH 11/23] drm/amdgpu: implement context save area(CSA) feature
          ` 答复: "
  ` [PATCH 12/23] drm/amdgpu: Insert meta data during submitting IB
  ` [PATCH 13/23] drm/amdgpu/mxgpu: add support for mailbox communication
  ` [PATCH 14/23] drm/amdgpu: export two mailbox interface to amdgpu
  ` [PATCH 15/23] drm/amdgpu/mxgpu: implement register access function with KIQ
  ` [PATCH 16/23] drm/amdgpu: add flag to indicate VF runtime state
  ` [PATCH 17/23] drm/amdgpu: export vi common ip block
  ` [PATCH 18/23] drm/amdgpu: add new maroc to identify virtualization "
  ` [PATCH 19/23] drm/amdgpu/mxgpu: add implementation of GPU virtualization of VI
  ` [PATCH 20/23] drm/amdgpu/mxgpu: enable VI virtualization
  ` [PATCH 21/23] drm/amdgpu: change golden register program sequence of virtualization
          ` 答复: "
  ` [PATCH 22/23] drm/amdgpu: do not reset gpu for virtualization
  ` [PATCH 23/23] drm/amdgpu/mxgpu: add Makefie and Kconfig for GPU virtualization
  ` 答复: [PATCH 00/23] Add support AMD GPU virtualization soultion

[PATCH 1/2] drm/amd/powerplay: add prefix for all powerplay pr_* prints
 2016-12-23  9:59 UTC  (5+ messages)
  ` [PATCH 2/2] drm/amd/powerplay: update pp_dbg_log print to pr_debug level

[PATCH 1/2] drm/amd/powerplay: refine code in cz_smumgr.c
 2016-12-23  9:50 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amd/powerplay: fix issue can't load another smu firmware

[PATCH 1/4] drm/amd/powerplay: delete dpm code for Cz/St
 2016-12-23  8:45 UTC  (4+ messages)
  ` [PATCH 2/4] drm/amd/powerplay: Unify dpm level defines
  ` [PATCH 3/4] drm/amd/powerplay: fix bug dpm level set by user was reset to auto
  ` [PATCH 4/4] drm/amd/powerplay: add profiling mode in dpm level

[V2 1/1] drm/amdgpu/gfx8: add support kernel interface queue(KIQ)
 2016-12-23  7:08 UTC 

[PATCH 0/4] drm/amd/powerplay: introduce the cgs print helpers
 2016-12-23  2:38 UTC  (8+ messages)

[PATCH 1/1] drm/amdgpu: remove unnecessary smc sk firmware for polaris12
 2016-12-23  2:27 UTC  (3+ messages)

[PATCH 1/1] drm/amdgpu/gfx8: add support kernel interface queue(KIQ)
 2016-12-22  9:06 UTC  (5+ messages)

remove static integer at uvd power gate to fix two gpu core boot up
 2016-12-21 16:42 UTC  (2+ messages)

[PATCH 1/2] drm/radeon/si: load special ucode for certain MC configs
 2016-12-21 16:38 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdgpu/si: "

[PATCH V3] amdgpu/drm: Refine the way to check atom bios
 2016-12-21 16:28 UTC  (2+ messages)

[PATCH 0/5] drm/ttm, amdgpu: fix crashes due to shadow page table evictions
 2016-12-21 15:12 UTC  (6+ messages)
` [PATCH 1/5] drm/ttm: add evict parameter to ttm_bo_driver::move_notify
` [PATCH 2/5] drm/amd/amdgpu: move eviction counting to amdgpu_bo_move_notify

some minor dal cleanups and example of future patches
 2016-12-21 15:04 UTC  (8+ messages)
` [PATCH 2/8] dal: remove some unused wrappers

[PATCH V2] amdgpu/drm: Refine the way to check
 2016-12-21  9:44 UTC  (3+ messages)

[pull] amdgpu drm-next-4.10
 2016-12-21  0:53 UTC 

[PATCH] amdgpu/drm: Refine the way to check atom bios
 2016-12-20 17:09 UTC  (3+ messages)

[PATCH 1/1] drm/amdgpu/gfx8: add support kernel interface queue(KIQ)
 2016-12-20  9:41 UTC  (2+ messages)

[PATCH 0/3] amdgpu: Add support for Polaris 12
 2016-12-19 18:44 UTC  (4+ messages)
  ` [PATCH 1/3] drm/amd/amdgpu: add Polaris12 support (v2)
  ` [PATCH 2/3] drm/amdgpu/powerplay: add Polaris12 support
  ` [PATCH 3/3] drm/amd/amdgpu: add Polaris12 PCI ID

[PATCH] MAINTAINERS: Update mailing list for radeon and amdgpu
 2016-12-19 18:32 UTC 

[PATCH] drm/amdgpu: Don't save new cursor size before updating CUR_SIZE register
 2016-12-19 18:31 UTC  (5+ messages)

[PATCH 1/2] drm/amdgpu: cleanup useless smu_ucode_xfer_vi.h
 2016-12-19 17:41 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amdgpu: cleanup useless extern functions

[PATCH] drm/amd/powerplay: fix request smc_sk firmware case
 2016-12-19 17:35 UTC  (3+ messages)

[RFC] Mechanism for high priority scheduling in amdgpu
 2016-12-19 15:49 UTC 

[RFC] Mechanism for high priority scheduling in amdgpu
 2016-12-16 23:24 UTC 

[PATCH] drm/amd/amdgpu: De-numberify golden SI registers
 2016-12-16 15:04 UTC  (3+ messages)


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