Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Mark another place in i9...



details:   https://anonhg.NetBSD.org/src/rev/3c49f9ed3483
branches:  trunk
changeset: 796636:3c49f9ed3483
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu Jun 12 19:11:51 2014 +0000

description:
Mark another place in i915drmkms where paddr constraints are set.

diffstat:

 sys/external/bsd/drm2/dist/drm/i915/i915_dma.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 58c1bd8eebc1 -r 3c49f9ed3483 sys/external/bsd/drm2/dist/drm/i915/i915_dma.c
--- a/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c    Thu Jun 12 19:10:33 2014 +0000
+++ b/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c    Thu Jun 12 19:11:51 2014 +0000
@@ -1560,6 +1560,7 @@
        if (IS_GEN2(dev))
 #ifdef __NetBSD__
                {
+                       /* XXX DMA limits */
                        ret = drm_limit_dma_space(dev, 0, 0x3fffffffUL);
                        if (ret)
                                goto put_gmch;



Home | Main Index | Thread Index | Old Index