Lines Matching refs:save_framebuffer
327 unsigned char *save_framebuffer; member
2916 info->save_framebuffer = vmalloc(nb); in aty128_sleep_notify()
2917 if (info->save_framebuffer == NULL) in aty128_sleep_notify()
2921 if (info->save_framebuffer) { in aty128_sleep_notify()
2922 vfree(info->save_framebuffer); in aty128_sleep_notify()
2923 info->save_framebuffer = 0; in aty128_sleep_notify()
2935 if (info->save_framebuffer) in aty128_sleep_notify()
2936 memcpy_fromio(info->save_framebuffer, in aty128_sleep_notify()
2954 if (info->save_framebuffer) { in aty128_sleep_notify()
2956 info->save_framebuffer, nb); in aty128_sleep_notify()
2957 vfree(info->save_framebuffer); in aty128_sleep_notify()
2958 info->save_framebuffer = 0; in aty128_sleep_notify()