commit | 7e71c9e2e7704ebf044d4a964e02fbd2098a173f | [log] [tgz] |
---|---|---|
author | Jerome Glisse <jglisse@redhat.com> | Sun Jan 17 21:21:41 2010 +0100 |
committer | Dave Airlie <airlied@linux.ie> | Thu Jan 21 08:46:27 2010 +1000 |
tree | f0231cd483dc1f4e6521b46802169baee4fda054 | |
parent | 7924e5eb8fe422d6b1ce3b3e2be749a480dfcdd9 [diff] |
drm/radeon/kms: Forbid creation of framebuffer with no valid GEM object This will avoid oops if at later point the fb is use. Trying to create a framebuffer with no valid GEM object is bogus and should be forbidden as this patch does. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@linux.ie>