mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
RK3368 GPU version: Rogue L 0.13
Remove 'Clear cleanup_sync' Signed-off-by: zxl <zhuangxl@rock-chips.com>
This commit is contained in:
parent
3db783a988
commit
e64ed7772a
|
|
@ -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_ */
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user