commit | 8b4f49e03901e82898540bd1189333edf9588d74 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Nov 25 15:51:16 2013 -0800 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Nov 26 19:00:27 2013 +0100 |
tree | 9545464aff6cb9fb5fdf0a926c54dd0fc4d938a5 | |
parent | 67e5871be82fec1451801d448b51d9a403d1ffac [diff] |
drm/i915: split fb allocation and initialization v2 If we use a stolen buffer, our probe callback shouldn't allocate a new buffer; we should re-use the one from the BIOS instead if possible. v2: fix locking (Jesse) Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>