``` /* Blit the wallpaper in */ + ctx->in_wallpaper = true; panfrost_blit_wallpaper(ctx); + ctx->in_wallpaper = false; ``` Wouldn't it make sense to move that into the blitting?