summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ps3
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2014-08-06 00:35:48 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2014-08-06 00:35:48 +0000
commitcbaedb92a551dcf0d53c325920d9946d9904b379 (patch)
tree79381d4ed06b45321e5f992468e8ed32fc967d32 /sys/powerpc/ps3
parent7ecc74a225ebaa88f5ce1b85a323e3e58fbfa364 (diff)
downloadFreeBSD-src-cbaedb92a551dcf0d53c325920d9946d9904b379.zip
FreeBSD-src-cbaedb92a551dcf0d53c325920d9946d9904b379.tar.gz
Retire various intertwined bits of fbd(4) and vt_fb, in particular the
pixel modification indirection. No actual drivers use it and those that might (e.g. creatorfb) use custom implementations of vd_bitbltchr().
Diffstat (limited to 'sys/powerpc/ps3')
-rw-r--r--sys/powerpc/ps3/ps3_syscons.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/powerpc/ps3/ps3_syscons.c b/sys/powerpc/ps3/ps3_syscons.c
index 2705ad2..d62cdae 100644
--- a/sys/powerpc/ps3/ps3_syscons.c
+++ b/sys/powerpc/ps3/ps3_syscons.c
@@ -188,12 +188,8 @@ ps3fb_init(struct vt_device *vd)
lv1_gpu_context_attribute(sc->sc_fbcontext,
L1GPU_CONTEXT_ATTRIBUTE_DISPLAY_FLIP, 1, 0, 0, 0);
- fb_probe(&sc->fb_info);
- sc->fb_info.fb_flags &= ~FB_FLAG_NOMMAP; /* Set wrongly by fb_probe */
vt_fb_init(vd);
-
- /* Clear the screen. */
- vt_fb_blank(vd, TC_BLACK);
+ sc->fb_info.fb_flags &= ~FB_FLAG_NOMMAP; /* Set wrongly by vt_fb_init */
return (CN_INTERNAL);
}
OpenPOWER on IntegriCloud