Change drm_bo_type_dc to drm_bo_type_device and comment usage of this value.
authorKeith Packard <keithp@keithp.com>
Mon, 17 Dec 2007 06:00:45 +0000 (22:00 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 21 Dec 2007 20:16:29 +0000 (12:16 -0800)
commitda3601e43ae75695f3b080904b1e090c8eb1cd8e
tree7d4b18d289b1908952babc00f248bb10ac4ad638
parentd1187641d64f442968a3b9ea6a19de6cdd45acd4
Change drm_bo_type_dc to drm_bo_type_device and comment usage of this value.

I couldn't figure out what drm_bo_type_dc was for; Dave Airlie finally clued
me in that it was the 'normal' buffer objects with kernel allocated pages
that could be mmapped from the drm device file.

I thought that 'drm_bo_type_device' was a more descriptive name.

I also added a bunch of comments describing the use of the type enum values and
the functions that use them.
linux-core/drm_bo.c
linux-core/drm_objects.h