RK3368 GPU version: Rogue L 0.13
authorzxl <zhuangxl@rock-chips.com>
Wed, 15 Apr 2015 01:53:37 +0000 (09:53 +0800)
committerzxl <zhuangxl@rock-chips.com>
Wed, 15 Apr 2015 01:53:37 +0000 (09:53 +0800)
Remove 'Clear cleanup_sync'

Signed-off-by: zxl <zhuangxl@rock-chips.com>
drivers/gpu/rogue/include/pvrversion.h
drivers/gpu/rogue/kernel/drivers/staging/imgtec/pvr_sync.c

index ddb532b491cd4af3b47d039bd81a5581de3f0b2b..38eebdfe96917e42b961ebf025fc8892f321aac2 100755 (executable)
@@ -70,5 +70,5 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #define PVRVERSION_UNPACK_MIN(VERSION) (((VERSION) >> 0) & 0xFFFF)
 
 //chenli:define rockchip version
-#define RKVERSION                   "L 0.12"
+#define RKVERSION                   "Rogue L 0.13"
 #endif /* _PVRVERSION_H_ */
index 68c14e601f07e322b799a5cd51b805a1ec03c3e8..4d3995fd1b087af2479d2314b92f43291f2cf6ad 100644 (file)
@@ -1804,7 +1804,6 @@ pvr_sync_clean_freelist(void)
                        continue;
                }
 
-        kernel->cleanup_sync=NULL;
                /* Remove the entry from the free list. */
                list_move_tail(&kernel->list, &unlocked_free_list);
        }