commit | 4ad2af1ed1e972704e1dbc8e7716cd3394a27385 | [log] [tgz] |
---|---|---|
author | Mika Kuoppala <mika.kuoppala@linux.intel.com> | Tue Jun 30 18:16:39 2015 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Jul 03 07:39:00 2015 +0200 |
tree | 25c0c5ca5462e57ebd8afb77f6b308fc747ae1c2 | |
parent | 2e906beac6be0116c557f96d1c07cb7a955f8059 [diff] |
drm/i915/gtt: Return struct i915_scratch_page from alloc_scratch Every other alloc_* function return the pointer to the page they alloc. Follow the convention with scratch page also. Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com> Reviewed-by: Michel Thierry <michel.thierry@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>