]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC fbd(4) and vt_fb disentanglement:
authoremaste <emaste@FreeBSD.org>
Thu, 4 Sep 2014 18:43:40 +0000 (18:43 +0000)
committeremaste <emaste@FreeBSD.org>
Thu, 4 Sep 2014 18:43:40 +0000 (18:43 +0000)
commitd3502c5201c3953f761c2abc08d154325cd8b335
tree6fabcc945fa648c829f839c3feb4fe114586165b
parent2a3f3e6567ab84c11e17e3cc87e2418f2dafda27
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
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