Store the buffer object backing the fb as a void pointer, not a handle.
authorKristian Høgsberg <krh@redhat.com>
Tue, 23 Sep 2008 06:47:34 +0000 (16:47 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 23 Sep 2008 06:49:32 +0000 (16:49 +1000)
commit5fdfbee22acb8eaaa834457c30e6f68883ab1353
tree0e9b12245edb3915e29a32fea8cfb5fcb806be87
parenta2216491c619082ad9a01bc949648834dc5a0d2f
Store the buffer object backing the fb as a void pointer, not a handle.

This lets us defer handle creation until userspace acutally asks for
one, at which point we also have a drm_file to associate it with.
linux-core/atombios_crtc.c
linux-core/drm_crtc.c
linux-core/drm_crtc.h
linux-core/drm_crtc_helper.c
linux-core/drm_crtc_helper.h
linux-core/radeon_display.c
linux-core/radeon_fb.c
linux-core/radeon_legacy_crtc.c
linux-core/radeon_mode.h
linux-core/radeon_pm.c