]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC fbd(4) and vt_fb disentanglement:
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 4 Sep 2014 18:43:40 +0000 (18:43 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 4 Sep 2014 18:43:40 +0000 (18:43 +0000)
commit7815d33433569aa98844af2b3df4b3f5b26373a2
tree6fabcc945fa648c829f839c3feb4fe114586165b
parentdfe6bf676adf107c8bf92bd3ef2a7769a7675d28
MFC fbd(4) and vt_fb disentanglement:

r268472 (ray):

  Should check fb_read method presence instead of double check for fb_write.

r269620 (nwhitehorn):

  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().

Relnotes: No
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@271117 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/fb/fbd.c
sys/dev/vt/hw/efifb/efifb.c
sys/dev/vt/hw/fb/vt_early_fb.c
sys/dev/vt/hw/fb/vt_fb.c
sys/dev/vt/hw/fb/vt_fb.h
sys/dev/vt/hw/ofwfb/ofwfb.c
sys/powerpc/ps3/ps3_syscons.c
sys/sys/fbio.h