All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] ZFB support for amdgpu
@ 2018-05-15 14:50 Alex Deucher
       [not found] ` <20180515145008.11937-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Alex Deucher @ 2018-05-15 14:50 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher

This patch set adds Zero FrameBuffer (ZFB) support to amdgpu.  This
feature is used for emulators and early silicon before vram is
available.  System ram is used for "vram".

Feifei Xu (6):
  drm/amdgpu: add new member in amdgpu_mc for zfb support
  drm/amdgpu: add amdgpu module parameter for zfb
  drm/amdgpu: init zfb start address and size
  drm/amdgpu: user reserved zfb to init vram base offset and size
  drm/amdgpu: enable physical transaction for ptd/pde when ZFB is
    enabled
  drm/amdgpu: program system bit for pte/pde when ZFB is enabled

Hawking Zhang (1):
  drm/amdgpu: program AGP aperture as frame buffer when ZFB is enabled

 drivers/gpu/drm/amd/amdgpu/amdgpu.h        |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c |  9 ++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c    |  4 ++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h    |  4 ++++
 drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c   | 30 +++++++++++++++++++++------
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c      | 33 ++++++++++++++++++++++++------
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c    | 30 +++++++++++++++++++++------
 7 files changed, 93 insertions(+), 18 deletions(-)

-- 
2.13.6

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-05-19 16:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-15 14:50 [PATCH 0/7] ZFB support for amdgpu Alex Deucher
     [not found] ` <20180515145008.11937-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-05-15 14:50   ` [PATCH 1/7] drm/amdgpu: add new member in amdgpu_mc for zfb support Alex Deucher
2018-05-15 14:50   ` [PATCH 2/7] drm/amdgpu: add amdgpu module parameter for zfb Alex Deucher
     [not found]     ` <20180515145008.11937-3-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-05-15 14:55       ` Christian König
2018-05-15 14:50   ` [PATCH 3/7] drm/amdgpu: init zfb start address and size Alex Deucher
     [not found]     ` <20180515145008.11937-4-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-05-19 16:32       ` Nils Wallménius
2018-05-15 14:50   ` [PATCH 4/7] drm/amdgpu: user reserved zfb to init vram base offset " Alex Deucher
2018-05-15 14:50   ` [PATCH 5/7] drm/amdgpu: enable physical transaction for ptd/pde when ZFB is enabled Alex Deucher
2018-05-15 14:50   ` [PATCH 6/7] drm/amdgpu: program AGP aperture as frame buffer " Alex Deucher
2018-05-15 14:50   ` [PATCH 7/7] drm/amdgpu: program system bit for pte/pde " Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.