drm/radeon/kms/atom: fix handling of FB scratch indices
[pandora-kernel.git] / drivers / gpu / drm / radeon / atom.h
index a589a55..93cfe20 100644 (file)
@@ -137,6 +137,7 @@ struct atom_context {
        int cs_equal, cs_above;
        int io_mode;
        uint32_t *scratch;
+       int scratch_size_bytes;
 };
 
 extern int atom_debug;