diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-01-20 15:07:26 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-01-20 15:13:33 +0000 |
commit | 3e28a0c0b43823d3104fe8fc50b5994b41fc0cc1 (patch) | |
tree | 28917b9615e07bfe876bc7809832ad63ed23ceb1 /src/intel.h | |
parent | 4c4ad555564a80311df1a4b762eb1e119c6d95fb (diff) |
Create the UXA generational resources during screen create
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel.h')
-rw-r--r-- | src/intel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel.h b/src/intel.h index e7c47dbf..4c755fc9 100644 --- a/src/intel.h +++ b/src/intel.h @@ -661,7 +661,7 @@ static inline Bool pixmap_is_scanout(PixmapPtr pixmap) const OptionInfoRec *intel_uxa_available_options(int chipid, int busid); Bool intel_uxa_init(ScreenPtr pScreen); -void intel_uxa_create_screen_resources(ScreenPtr pScreen); +Bool intel_uxa_create_screen_resources(ScreenPtr pScreen); void intel_uxa_block_handler(intel_screen_private *intel); Bool intel_get_aperture_space(ScrnInfoPtr scrn, drm_intel_bo ** bo_table, int num_bos); |