Hi Dave,
Am 27.08.2014 um 06:21 schrieb Dave Airlie:
On 26 August 2014 21:28, Christian König <deathsimple@xxxxxxxxxxx> wrote:
Hi Dave,
any preferences how I can push this change upstream?
Since it affects a whole bunch of drivers it would be nice if I could get
more reviews and/or acks on it. And if we just push it to you through the
Radeon tree it will probably cause a bunch of merge conflicts.
Can you send me a separate git tree base on drm-next and I'll pull it
into drm-next directly.
Sounds good, branch is on FDO and formal pull request below.
Though it would be nice to get some acks on it, it doesn't look like a
major amount of damage could be caused and -next should pick it up.
Agree, the change is rather straight forward.
My most concern is that I somehow missed something that only driver
maintainers know about, but I can confirm that all changed drivers still
compile fine on my box.
If anybody has additional comments on the patch or wants to give an
rb/ab just send a mail, the patch is on the list for quite a while now.
Regards,
Christian.
The following changes since commit 484048db6b4890bc433aac7f5e32fdcf1b2b4786:
Merge branch 'drm-next-3.18' of
git://people.freedesktop.org/~agd5f/linux into drm-next (2014-08-26
09:05:14 +1000)
are available in the git repository at:
git://people.freedesktop.org/~deathsimple/linux ttm_pfn
for you to fetch changes up to f1217ed09f827e42a49ffa6a5aab672aa6f57a65:
drm/ttm: move fpfn and lpfn into each placement v2 (2014-08-27
13:16:04 +0200)
----------------------------------------------------------------
Christian König (1):
drm/ttm: move fpfn and lpfn into each placement v2
drivers/gpu/drm/ast/ast_drv.h | 2 +-
drivers/gpu/drm/ast/ast_ttm.c | 20 ++++++++------
drivers/gpu/drm/bochs/bochs.h | 2 +-
drivers/gpu/drm/bochs/bochs_mm.c | 20 +++++++++-----
drivers/gpu/drm/cirrus/cirrus_drv.h | 2 +-
drivers/gpu/drm/cirrus/cirrus_ttm.c | 17 +++++++-----
drivers/gpu/drm/mgag200/mgag200_drv.h | 2 +-
drivers/gpu/drm/mgag200/mgag200_ttm.c | 20 ++++++++------
drivers/gpu/drm/nouveau/nouveau_bo.c | 52
++++++++++++++++++++++++-----------
drivers/gpu/drm/nouveau/nouveau_bo.h | 4 +--
drivers/gpu/drm/nouveau/nouveau_ttm.c | 9 +++----
drivers/gpu/drm/qxl/qxl_drv.h | 2 +-
drivers/gpu/drm/qxl/qxl_object.c | 17 +++++++-----
drivers/gpu/drm/qxl/qxl_ttm.c | 8 +++---
drivers/gpu/drm/radeon/radeon.h | 2 +-
drivers/gpu/drm/radeon/radeon_object.c | 71
++++++++++++++++++++++++++++++------------------
drivers/gpu/drm/radeon/radeon_ttm.c | 25 +++++++++--------
drivers/gpu/drm/radeon/radeon_uvd.c | 8 ++++--
drivers/gpu/drm/ttm/ttm_bo.c | 93
+++++++++++++++++++++++++++------------------------------------
drivers/gpu/drm/ttm/ttm_bo_manager.c | 9 +++----
drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c | 136
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------
drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c | 22 ++++++++++-----
drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 10 +++++--
drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 3 +--
include/drm/ttm/ttm_bo_api.h | 40
+++++++++++++--------------
include/drm/ttm/ttm_bo_driver.h | 3 +--
26 files changed, 346 insertions(+), 253 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel