CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/24 00:06:27
Modified files:
sys/dev/pci/drm: drmP.h drm_drv.c i915_dma.c i915_drv.c
i915_drv.h r128_drv.c r128_drv.h r128_state.c
radeon_drv.c radeon_drv.h radeon_state.c
Log message:
do the same for struct drm_file (file_priv) as previously done for
dma_bufs; allow the driver to provide the size and not have the private
data pointer. only radeon only needs this so far, but intel with GEM
also needs it.
Postclose was only used for freeing said private data, so this allows me
to remove the postclose callback and rename preclose to close.