[PATCH 01/20] drm/radeon: move drm_buffer to drm/radeon/
Thierry Reding
thierry.reding at gmail.com
Fri Aug 29 04:20:03 PDT 2014
On Fri, Aug 29, 2014 at 12:12:27PM +0200, David Herrmann wrote:
> Radeon UMS is the last user of drm_buffer. Move it out of sight so radeon
> can drop it together with UMS.
>
> Signed-off-by: David Herrmann <dh.herrmann at gmail.com>
> ---
> drivers/gpu/drm/Makefile | 2 +-
> drivers/gpu/drm/drm_buffer.c | 181 ----------------------------------
> drivers/gpu/drm/radeon/Makefile | 2 +-
> drivers/gpu/drm/radeon/drm_buffer.c | 177 +++++++++++++++++++++++++++++++++
> drivers/gpu/drm/radeon/drm_buffer.h | 148 +++++++++++++++++++++++++++
> drivers/gpu/drm/radeon/r300_cmdbuf.c | 2 +-
> drivers/gpu/drm/radeon/radeon_state.c | 2 +-
> include/drm/drm_buffer.h | 148 ---------------------------
> 8 files changed, 329 insertions(+), 333 deletions(-)
> delete mode 100644 drivers/gpu/drm/drm_buffer.c
> create mode 100644 drivers/gpu/drm/radeon/drm_buffer.c
> create mode 100644 drivers/gpu/drm/radeon/drm_buffer.h
> delete mode 100644 include/drm/drm_buffer.h
Reviewed-by: Thierry Reding <treding at nvidia.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140829/c1861ee1/attachment.sig>
More information about the dri-devel
mailing list