Searched hist:d9a1f0b4eb6080dc42bb6373ab9abb0314cea41e (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/drm/ |
H A D | drm_vma_manager.h | diff d9a1f0b4eb6080dc42bb6373ab9abb0314cea41e Thu Sep 01 07:48:33 CDT 2016 David Herrmann <dh.herrmann@gmail.com> drm: use drm_file to tag vm-bos
Rather than using "struct file*", use "struct drm_file*" as tag VM tag for BOs. This will pave the way for "struct drm_file*" without any "struct file*" back-pointer.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20160901124837.680-3-dh.herrmann@gmail.com
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_vma_manager.c | diff d9a1f0b4eb6080dc42bb6373ab9abb0314cea41e Thu Sep 01 07:48:33 CDT 2016 David Herrmann <dh.herrmann@gmail.com> drm: use drm_file to tag vm-bos
Rather than using "struct file*", use "struct drm_file*" as tag VM tag for BOs. This will pave the way for "struct drm_file*" without any "struct file*" back-pointer.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20160901124837.680-3-dh.herrmann@gmail.com
|
H A D | drm_gem.c | diff d9a1f0b4eb6080dc42bb6373ab9abb0314cea41e Thu Sep 01 07:48:33 CDT 2016 David Herrmann <dh.herrmann@gmail.com> drm: use drm_file to tag vm-bos
Rather than using "struct file*", use "struct drm_file*" as tag VM tag for BOs. This will pave the way for "struct drm_file*" without any "struct file*" back-pointer.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20160901124837.680-3-dh.herrmann@gmail.com
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_ttm.c | diff d9a1f0b4eb6080dc42bb6373ab9abb0314cea41e Thu Sep 01 07:48:33 CDT 2016 David Herrmann <dh.herrmann@gmail.com> drm: use drm_file to tag vm-bos
Rather than using "struct file*", use "struct drm_file*" as tag VM tag for BOs. This will pave the way for "struct drm_file*" without any "struct file*" back-pointer.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20160901124837.680-3-dh.herrmann@gmail.com
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_ttm.c | diff d9a1f0b4eb6080dc42bb6373ab9abb0314cea41e Thu Sep 01 07:48:33 CDT 2016 David Herrmann <dh.herrmann@gmail.com> drm: use drm_file to tag vm-bos
Rather than using "struct file*", use "struct drm_file*" as tag VM tag for BOs. This will pave the way for "struct drm_file*" without any "struct file*" back-pointer.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20160901124837.680-3-dh.herrmann@gmail.com
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo.c | diff d9a1f0b4eb6080dc42bb6373ab9abb0314cea41e Thu Sep 01 07:48:33 CDT 2016 David Herrmann <dh.herrmann@gmail.com> drm: use drm_file to tag vm-bos
Rather than using "struct file*", use "struct drm_file*" as tag VM tag for BOs. This will pave the way for "struct drm_file*" without any "struct file*" back-pointer.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20160901124837.680-3-dh.herrmann@gmail.com
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | diff d9a1f0b4eb6080dc42bb6373ab9abb0314cea41e Thu Sep 01 07:48:33 CDT 2016 David Herrmann <dh.herrmann@gmail.com> drm: use drm_file to tag vm-bos
Rather than using "struct file*", use "struct drm_file*" as tag VM tag for BOs. This will pave the way for "struct drm_file*" without any "struct file*" back-pointer.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20160901124837.680-3-dh.herrmann@gmail.com
|