Home | History | Annotate | Download | only in i915drm
History log of /src/sys/external/bsd/drm2/i915drm/intelfb.h
RevisionDateAuthorComments
 1.4  19-Dec-2021  riastradh i915: Tweak style.
 1.3  19-Dec-2021  riastradh Have i915_vma_pin_iomap map us the framebuffer

Rather than passing bus space arguments around. Also fixes build.


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>
 1.2  19-Dec-2021  riastradh Remove last users of drmP.h.
 1.1  24-Jul-2014  riastradh branches: 1.1.2; 1.1.6;
Rework Intel framebuffer attachment.

Turns out genfb_softc must be at the start of its own device_private,
so we can't have it in the middle of a structure, and certainly can't
have potentially multiple genfbs per graphics device. Failing to do
this is why entering ddb didn't work with an i915drmkms console.

Instead of putting a genfb_softc into each drm_fb_helper, put a
device_t into each drm_fb_helper and create a new intelfb(4) device
for each Intel framebuffer. This will be more flexible, too, in case
we want accelerated framebuffers later on. (XXX Need to adapt the
radeon code, which I'm disabling until that happens to avoid breaking
the build.)

While here, defer disabling VGA, vga_cndetach, and genfb_attach until
we're actually ready to do them all together along with the mode
switch. This should reduce the amount of time during which the
screen is blanked, in case it hangs.
 1.1.6.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1  24-Jul-2014  tls file intelfb.h was added on branch tls-maxphys on 2014-08-20 00:04:20 +0000
 1.1.2.2  10-Aug-2014  tls Rebase.
 1.1.2.1  24-Jul-2014  tls file intelfb.h was added on branch tls-earlyentropy on 2014-08-10 06:55:39 +0000

RSS XML Feed