The NetBSD Project

CVS log for src/sys/external/bsd/drm2/i915drm/files.i915drmkms

[BACK] Up to [cvs.NetBSD.org] / src / sys / external / bsd / drm2 / i915drm

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.91 / (download) - annotate - [select for diffs], Tue Sep 5 06:08:02 2023 UTC (7 months, 1 week ago) by mrg
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, HEAD
Changes since 1.90: +7 -5 lines
Diff to previous 1.90 (colored) to selected 1.5.2.2 (colored)

match warnings with the module build, fixes i386 with GCC 12.

Revision 1.90 / (download) - annotate - [select for diffs], Sat Jun 3 21:31:46 2023 UTC (10 months, 2 weeks ago) by lukem
Branch: MAIN
Changes since 1.89: +3 -3 lines
Diff to previous 1.89 (colored) to selected 1.5.2.2 (colored)

adapt to ${CC_WNO_MAYBE_UNINITIALIZED}

Use ${CC_WNO_MAYBE_UNINITIALIZED} instead of
the older style more complex expressions.

Remove workarounds if they were for a specific
version of gcc < 10.

Revision 1.89 / (download) - annotate - [select for diffs], Sat Jun 3 21:30:22 2023 UTC (10 months, 2 weeks ago) by lukem
Branch: MAIN
Changes since 1.88: +4 -4 lines
Diff to previous 1.88 (colored) to selected 1.5.2.2 (colored)

adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}

Use ${CC_WNO_IMPLICIT_FALLTHROUGH} instead of
the older style more complex expressions.

Revision 1.88 / (download) - annotate - [select for diffs], Tue Jul 19 23:19:06 2022 UTC (20 months, 4 weeks ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Changes since 1.87: +2 -1 lines
Diff to previous 1.87 (colored) to selected 1.5.2.2 (colored)

drm: Propagate CPPFLAGS.drmkms into all the drm drivers.

Revision 1.87 / (download) - annotate - [select for diffs], Sun Jul 17 14:10:32 2022 UTC (21 months ago) by riastradh
Branch: MAIN
Changes since 1.86: +1 -2 lines
Diff to previous 1.86 (colored) to selected 1.5.2.2 (colored)

i915: Remove spurious local i915_perf.c override.

Revision 1.86 / (download) - annotate - [select for diffs], Sun Feb 27 21:22:01 2022 UTC (2 years, 1 month ago) by riastradh
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (colored) to selected 1.5.2.2 (colored)

i915: Use new acpidisp_register_notify for ACPI VGA events.

Revision 1.85 / (download) - annotate - [select for diffs], Tue Dec 21 12:55:23 2021 UTC (2 years, 3 months ago) by tnn
Branch: MAIN
Changes since 1.84: +4 -1 lines
Diff to previous 1.84 (colored) to selected 1.5.2.2 (colored)

drm: sprinkle some -Wno-unused-function for clang

915_sw_fence.c: for debug_fence_init_onstack
drm_mm.c: for rb_hole_size_to_node
intel_hdmi.c: for intel_hdmi_hdcp2_protocol
intel_guc_submission.c: for rq_prio
nouveau_nvkm_subdev_instmem_base.c: for fake_ioread32_native
nouveau_nvkm_subdev_mmu_vmmnv04.c: for nv04_vmm_pgt_pte

Revision 1.84 / (download) - annotate - [select for diffs], Sun Dec 19 11:57:42 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.83: +2 -1 lines
Diff to previous 1.83 (colored) to selected 1.5.2.2 (colored)

i915: Draft gem fault.

Revision 1.83 / (download) - annotate - [select for diffs], Sun Dec 19 11:52:07 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.82: +3 -3 lines
Diff to previous 1.82 (colored) to selected 1.5.2.2 (colored)

i915: intel_engine_pm.c and i915_active.c

...with a little less heinous abuse of C, and an attempt to
disentangle the tentacular abstraction violations rampant in these
components

Revision 1.82 / (download) - annotate - [select for diffs], Sun Dec 19 11:51:59 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored) to selected 1.5.2.2 (colored)

i915: Disentangle uabi engines rb/llist/list spaghetti.

Revision 1.81 / (download) - annotate - [select for diffs], Sun Dec 19 11:50:31 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored) to selected 1.5.2.2 (colored)

i915: Odds & ends.

Revision 1.80 / (download) - annotate - [select for diffs], Sun Dec 19 11:49:46 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.79: +2 -1 lines
Diff to previous 1.79 (colored) to selected 1.5.2.2 (colored)

i915: Define trace points

Revision 1.79 / (download) - annotate - [select for diffs], Sun Dec 19 11:49:12 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.78: +19 -8 lines
Diff to previous 1.78 (colored) to selected 1.5.2.2 (colored)

Make intel_psr.c build
netbsd-ify
Stub out intel_lpe_audio.c (for now?).
Hammer intel_opregion.c into shape.
Hack up intel_lrc.c
Adapt intel_reset.c
Stub out intel_region_lmem.c
Adapt intel_ring_submission.c
Adapt intel_rps.c
Adapt intel_sdvo.c
Adapt intel_runtime_pm.c
Adapt intel_sideband.c
Adapt intel_sprite.c
Adapt intel_tv.c
Adapt intel_tc.c
Adapt intel_sseu.c
Adapt intel_timeline.c
Adapt intel_uc_fw.c and fix typo
Fix up intel_uncore.c
intel_vga.c
intel_wakeref.c
intel_vdsc.c
intel_wopcm.c
intel_workarounds.c
i915_globals.c
Fix up intelfb.c
Stub out intel_guc_log.c
Stub out intel_dsi_dcs_backlight.c
i915_perf.c
intel_hdmi.c
intel_hdcp.c


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

Revision 1.78 / (download) - annotate - [select for diffs], Sun Dec 19 11:45:01 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.77: +5 -5 lines
Diff to previous 1.77 (colored) to selected 1.5.2.2 (colored)

i915: more work

Revision 1.77 / (download) - annotate - [select for diffs], Sun Dec 19 11:39:24 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.76: +4 -4 lines
Diff to previous 1.76 (colored) to selected 1.5.2.2 (colored)

i915: more work

Revision 1.76 / (download) - annotate - [select for diffs], Sun Dec 19 11:38:37 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.75: +7 -4 lines
Diff to previous 1.75 (colored) to selected 1.5.2.2 (colored)

i915: hack hack hack

Revision 1.75 / (download) - annotate - [select for diffs], Sun Dec 19 11:38:26 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored) to selected 1.5.2.2 (colored)

i915: more passes

Revision 1.74 / (download) - annotate - [select for diffs], Sun Dec 19 11:38:04 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.73: +3 -2 lines
Diff to previous 1.73 (colored) to selected 1.5.2.2 (colored)

i915: another whack at it

Revision 1.73 / (download) - annotate - [select for diffs], Sun Dec 19 11:37:41 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.72: +3 -2 lines
Diff to previous 1.72 (colored) to selected 1.5.2.2 (colored)

i915: More progress.

Revision 1.72 / (download) - annotate - [select for diffs], Sun Dec 19 11:37:06 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored) to selected 1.5.2.2 (colored)

i915: Odds and ends.

Revision 1.71 / (download) - annotate - [select for diffs], Sun Dec 19 11:36:08 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.70: +4 -2 lines
Diff to previous 1.70 (colored) to selected 1.5.2.2 (colored)

i915: Adapt sw_fence.

Revision 1.70 / (download) - annotate - [select for diffs], Sun Dec 19 11:33:49 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.69: +4 -2 lines
Diff to previous 1.69 (colored) to selected 1.5.2.2 (colored)

drm: Another pass over i915.  Most of i915 gem builds now.

Revision 1.69 / (download) - annotate - [select for diffs], Sun Dec 19 11:32:17 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.5.2.2 (colored)

i915_globals.c: don't build, not useful (we don't __init etc)


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

Revision 1.68 / (download) - annotate - [select for diffs], Sun Dec 19 11:30:45 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.67: +1 -2 lines
Diff to previous 1.67 (colored) to selected 1.5.2.2 (colored)

drm/i915: Undo local i915_sw_fence override.

The code is now MIT-licensed, so we no longer need to rewrite it.

Revision 1.67 / (download) - annotate - [select for diffs], Sun Dec 19 11:27:12 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored) to selected 1.5.2.2 (colored)

drm/i915: Unhook i915_gem_client_blt.c and revert changes.

Only used by self-tests, which we're not using (for now...).

Revision 1.66 / (download) - annotate - [select for diffs], Sun Dec 19 11:20:18 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored) to selected 1.5.2.2 (colored)

i915: Disable i915_active.c for now; needs more work.

Revision 1.65 / (download) - annotate - [select for diffs], Sun Dec 19 11:19:55 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored) to selected 1.5.2.2 (colored)

i915: Touch up local i915_sw_fence stubs to make it compile.

Revision 1.64 / (download) - annotate - [select for diffs], Sun Dec 19 11:19:47 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.5.2.2 (colored)

i915: Disable CONFIG_DRM_I915_DEBUG_RUNTIME_PM.

No runtime_pm at all here for now.

Revision 1.63 / (download) - annotate - [select for diffs], Sun Dec 19 11:19:17 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.62: +2 -1 lines
Diff to previous 1.62 (colored) to selected 1.5.2.2 (colored)

Need to provide a value for CONFIG_DRM_I915_DEBUG_RUNTIME_PM

Maybe 1 will do.


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

Revision 1.62 / (download) - annotate - [select for diffs], Sun Dec 19 11:13:52 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.61: +3 -2 lines
Diff to previous 1.61 (colored) to selected 1.5.2.2 (colored)

i915: Disable -Wmissing-field-initializers.

Revision 1.61 / (download) - annotate - [select for diffs], Sun Dec 19 11:13:44 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.60: +2 -1 lines
Diff to previous 1.60 (colored) to selected 1.5.2.2 (colored)

i915: Fix include path for intelfb files too.

Revision 1.60 / (download) - annotate - [select for diffs], Sun Dec 19 11:05:33 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.59: +3 -1 lines
Diff to previous 1.59 (colored) to selected 1.5.2.2 (colored)

define CONFIG values to be the same as linux


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

Revision 1.59 / (download) - annotate - [select for diffs], Sun Dec 19 11:01:53 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.58: +2 -1 lines
Diff to previous 1.58 (colored) to selected 1.5.2.2 (colored)

Add include flag for intelfb.c's use of i915_drv.h header


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

Revision 1.58 / (download) - annotate - [select for diffs], Sun Dec 19 10:55:37 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.57: +1 -3 lines
Diff to previous 1.57 (colored) to selected 1.5.2.2 (colored)

Revert part of previous: no separate CPPFLAGS.drmkms.

There are too many drms users outside sys/external/bsd/drm2 for now;
will hold off on this until we find a better way to keep the drm
includes modularized.

Revision 1.57 / (download) - annotate - [select for diffs], Sun Dec 19 10:55:27 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.56: +12 -10 lines
Diff to previous 1.56 (colored) to selected 1.5.2.2 (colored)

Narrow the CPPFLAGS for drm subsystems.

No need for the whole kernel to be built with -I flags for the drm
header files.

Revision 1.56 / (download) - annotate - [select for diffs], Sun Dec 19 10:20:54 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.55: +12 -8 lines
Diff to previous 1.55 (colored) to selected 1.5.2.2 (colored)

Merge updated i915drmkms2netbsd output.

Revision 1.55 / (download) - annotate - [select for diffs], Sun Dec 19 01:55:21 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.54: +4 -4 lines
Diff to previous 1.54 (colored) to selected 1.5.2.2 (colored)

Comment out debugfs files, we probably don't want those.


Author: Maya Rashish <maya@NetBSD.org>

Revision 1.54 / (download) - annotate - [select for diffs], Sun Dec 19 01:51:37 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.53: +1 -2 lines
Diff to previous 1.53 (colored) to selected 1.5.2.2 (colored)

Remove duplicates and non-existent files.


Author: Maya Rashish <maya@NetBSD.org>

Revision 1.53 / (download) - annotate - [select for diffs], Sun Dec 19 01:51:27 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.5.2.2 (colored)

misc drm hacks

Revision 1.52 / (download) - annotate - [select for diffs], Sun Dec 19 01:42:48 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.51: +16 -16 lines
Diff to previous 1.51 (colored) to selected 1.5.2.2 (colored)

Disable the i915_oa_* files (for now?).

Revision 1.51 / (download) - annotate - [select for diffs], Sun Dec 19 01:42:39 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored) to selected 1.5.2.2 (colored)

The initializers with overrides got moved to i915_pci.c.

Revision 1.50 / (download) - annotate - [select for diffs], Sun Dec 19 01:42:31 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.49: +2 -1 lines
Diff to previous 1.49 (colored) to selected 1.5.2.2 (colored)

Disable i915 alpha hardware support.

Revision 1.49 / (download) - annotate - [select for diffs], Sun Dec 19 01:42:23 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.5.2.2 (colored)

i915_pci.c collides; rename ours to i915_pci_autoconf.c.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Dec 19 01:40:34 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.47: +4 -4 lines
Diff to previous 1.47 (colored) to selected 1.5.2.2 (colored)

Stub out i915_gemfs.c and i915_perf.c.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Dec 19 01:39:48 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.5.2.2 (colored)

i915_mm.c is of no use to us.

Revision 1.46 / (download) - annotate - [select for diffs], Sun Dec 19 01:24:26 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.45: +5 -2 lines
Diff to previous 1.45 (colored) to selected 1.5.2.2 (colored)

First pass at i915, far from complete.

HEAVILY MODIFIED IN MERGE - maya

Revision 1.45 / (download) - annotate - [select for diffs], Sun Dec 19 00:57:42 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.5.2.2 (colored)

Rename intel_dsi.c -> vlv_dsi.c

Revision 1.44 / (download) - annotate - [select for diffs], Sun Dec 19 00:26:41 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.43: +3 -2 lines
Diff to previous 1.43 (colored) to selected 1.5.2.2 (colored)

Stub i915_sw_fence.c.

Revision 1.43 / (download) - annotate - [select for diffs], Sun Dec 19 00:26:16 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.5.2.2 (colored)

Disable *_trace_points.c.

I accidentally deleted these in the import, because the *_trace.h
files got in the way and I forgot the *_trace_points.c files were
fine.

There's nothing important in them anyway, so nothing of value is
lost.  Maybe next time I will remember to delete the *_trace.h files
on import but not the *_trace_points.c to reduce diffs, but that's
too much trouble at this point.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Dec 19 00:25:34 2021 UTC (2 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.41: +174 -62 lines
Diff to previous 1.41 (colored) to selected 1.5.2.2 (colored)

Generate files.* using the 2netbsd scripts.


Author: Maya Rashish <maya@NetBSD.org>

Revision 1.40.2.1 / (download) - annotate - [select for diffs], Thu Jun 17 04:46:32 2021 UTC (2 years, 10 months ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.40: +5 -1 lines
Diff to previous 1.40 (colored) next main 1.41 (colored) to selected 1.5.2.2 (colored)

Sync w/ HEAD.

Revision 1.40.6.1 / (download) - annotate - [select for diffs], Sun Jun 6 20:30:52 2021 UTC (2 years, 10 months ago) by cjep
Branch: cjep_sun2x
Changes since 1.40: +5 -1 lines
Diff to previous 1.40 (colored) next main 1.41 (colored) to selected 1.5.2.2 (colored)

sync with head

Revision 1.41 / (download) - annotate - [select for diffs], Wed Jun 2 15:45:28 2021 UTC (2 years, 10 months ago) by nia
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, thorpej-cfargs2, cjep_sun2x-base1
Changes since 1.40: +5 -1 lines
Diff to previous 1.40 (colored) to selected 1.5.2.2 (colored)

drm2: build with -fwrapv, since the Linux kernel does and we don't
want to spend too much time fixing their code. silences a lot of
KUBSAN warnings.

we need to use COPTS to have per-option compiler flags. help from
Riastradh.

Revision 1.39.8.1 / (download) - annotate - [select for diffs], Sat Apr 17 17:26:20 2021 UTC (3 years ago) by thorpej
Branch: thorpej-cfargs
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (colored) next main 1.40 (colored) to selected 1.5.2.2 (colored)

Sync with HEAD.

Revision 1.40 / (download) - annotate - [select for diffs], Tue Apr 13 04:59:00 2021 UTC (3 years ago) by mrg
Branch: MAIN
CVS Tags: thorpej-cfargs-base, cjep_sun2x-base, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: thorpej-i2c-spi-conf, cjep_sun2x
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (colored) to selected 1.5.2.2 (colored)

apply some -Wno- to ignore several new warnings with GCC 10.


ntp: ignore truncation beyond api sizes, and ignore wrongly
guessed underflow

tmux: ignore maybe uninitialised warning for impossible case

libbfd: signed/unsigned variables assigned in the same statement

dri/gallium: -Wno-builtin-declaration-mismatch for u_atomic.c as
it implements backend functions with different in-C-machine but
same-in-real-machine types

libXfont/libXfont2: signed/unsigned variables assigned in the same
statement

i915drm: ignore impossible maybe uninitialised warnings

sysinst: ignore an invalid string truncation issue

Revision 1.11.18.3 / (download) - annotate - [select for diffs], Mon Apr 13 08:04:59 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.11.18.2: +3 -3 lines
Diff to previous 1.11.18.2 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored) to selected 1.5.2.2 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.11.18.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:08:27 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.11.18.1: +2 -1 lines
Diff to previous 1.11.18.1 (colored) to branchpoint 1.11 (colored) to selected 1.5.2.2 (colored)

Merge changes from current as of 20200406

Revision 1.38.2.1 / (download) - annotate - [select for diffs], Sat Feb 29 20:20:17 2020 UTC (4 years, 1 month ago) by ad
Branch: ad-namecache
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored) next main 1.39 (colored) to selected 1.5.2.2 (colored)

Sync with head.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Feb 14 04:30:05 2020 UTC (4 years, 2 months ago) by riastradh
Branch: MAIN
CVS Tags: thorpej-futex-base, thorpej-futex, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3
Branch point for: thorpej-cfargs
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored) to selected 1.5.2.2 (colored)

Eliminate -Wpointer-arith patches; use -Wno-pointer-arith instead.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Sep 30 00:06:02 2019 UTC (4 years, 6 months ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20191119, ad-namecache-base2, ad-namecache-base1, ad-namecache-base
Branch point for: ad-namecache
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored) to selected 1.5.2.2 (colored)

convert HAVE_GCC == 7 to HAVE_GCC >= 7.

Revision 1.11.18.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:08:30 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.11: +56 -25 lines
Diff to previous 1.11 (colored) to selected 1.5.2.2 (colored)

Sync with HEAD

Revision 1.37 / (download) - annotate - [select for diffs], Mon Feb 4 08:18:07 2019 UTC (5 years, 2 months ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20190609, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, isaki-audio2-base, isaki-audio2
Changes since 1.36: +5 -1 lines
Diff to previous 1.36 (colored) to selected 1.5.2.2 (colored)

add -Wno-error=int-in-bool-context or -Wno-error=implicit-fallthrough
for various drm files that would be best ignored or upstream fixed.
(could fix savagedrm, no one upstream is that any more.)

Revision 1.36 / (download) - annotate - [select for diffs], Sun Jan 27 05:00:48 2019 UTC (5 years, 2 months ago) by kre
Branch: MAIN
Changes since 1.35: +1 -3 lines
Diff to previous 1.35 (colored) to selected 1.5.2.2 (colored)


Fix merge botch.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 27 02:08:42 2019 UTC (5 years, 2 months ago) by pgoyette
Branch: MAIN
Changes since 1.34: +3 -1 lines
Diff to previous 1.34 (colored) to selected 1.5.2.2 (colored)

Merge the [pgoyette-compat] branch

Revision 1.11.16.3 / (download) - annotate - [select for diffs], Sat Jan 26 22:00:24 2019 UTC (5 years, 2 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.11.16.2: +2 -2 lines
Diff to previous 1.11.16.2 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored) to selected 1.5.2.2 (colored)

Sync with HEAD

Revision 1.34 / (download) - annotate - [select for diffs], Sat Jan 19 16:58:29 2019 UTC (5 years, 2 months ago) by dholland
Branch: MAIN
CVS Tags: pgoyette-compat-20190127
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.5.2.2 (colored)

i915drmkms requires firmload. PR 53892

Revision 1.11.16.2 / (download) - annotate - [select for diffs], Sun Sep 30 01:45:54 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.11.16.1: +3 -1 lines
Diff to previous 1.11.16.1 (colored) to branchpoint 1.11 (colored) to selected 1.5.2.2 (colored)

Ssync with HEAD

Revision 1.33 / (download) - annotate - [select for diffs], Fri Sep 21 11:27:13 2018 UTC (5 years, 6 months ago) by kamil
Branch: MAIN
CVS Tags: pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930
Changes since 1.32: +3 -1 lines
Diff to previous 1.32 (colored) to selected 1.5.2.2 (colored)

Appease GCC with a kernel sanitizer

Add -Wno-maybe-uninitialized for intel_sprite.c that is a false positive.

Revision 1.11.16.1 / (download) - annotate - [select for diffs], Thu Sep 6 06:56:36 2018 UTC (5 years, 7 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.11: +49 -24 lines
Diff to previous 1.11 (colored) to selected 1.5.2.2 (colored)

Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.32 / (download) - annotate - [select for diffs], Mon Aug 27 16:06:01 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
CVS Tags: pgoyette-compat-0906
Changes since 1.31: +2 -0 lines
Diff to previous 1.31 (colored) to selected 1.5.2.2 (colored)

Tag files.* with newer config version where needed.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Aug 27 15:22:54 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30 (colored) to selected 1.5.2.2 (colored)

Draft support for drm prime.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Aug 27 13:54:15 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored) to selected 1.5.2.2 (colored)

Put override directory first in CPPFLAGS.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Aug 27 13:54:04 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.28: +4 -5 lines
Diff to previous 1.28 (colored) to selected 1.5.2.2 (colored)

Move CPPFLAGS to top, CWARNFLAGS below.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Aug 27 13:53:52 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.27: +0 -1 lines
Diff to previous 1.27 (colored) to selected 1.5.2.2 (colored)

Omit commented warn flag, evidently needless.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Aug 27 13:35:15 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26 (colored) to selected 1.5.2.2 (colored)

Stub out intel_dsi_init.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Aug 27 07:56:59 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25 (colored) to selected 1.5.2.2 (colored)

Ifdef out Linux audio API stuff and re-enable intel_audio.c.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Aug 27 07:56:13 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24 (colored) to selected 1.5.2.2 (colored)

Override i915_gem_userptr.c with stubs for now.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Aug 27 07:55:17 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.23: +1 -0 lines
Diff to previous 1.23 (colored) to selected 1.5.2.2 (colored)

Restore intel_fbdev.c.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Aug 27 07:26:18 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored) to selected 1.5.2.2 (colored)

Disable mipi dsi stuff until I can figure it out.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Aug 27 07:21:01 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.21: +3 -7 lines
Diff to previous 1.21 (colored) to selected 1.5.2.2 (colored)

Just do all of i915drmkms with -Wno-shadow.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Aug 27 07:19:34 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20 (colored) to selected 1.5.2.2 (colored)

Disable intel_audio.c until we figure out how to make it talk to hdaudio.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Aug 27 07:17:21 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19 (colored) to selected 1.5.2.2 (colored)

i915_gem_gtt.c shadows.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Aug 27 07:15:39 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18 (colored) to selected 1.5.2.2 (colored)

Override i915_sysfs.c.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Aug 27 07:15:29 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.17: +1 -0 lines
Diff to previous 1.17 (colored) to selected 1.5.2.2 (colored)

Allow shadowing in i915_vgpu.c.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Aug 27 07:09:17 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.16: +1 -0 lines
Diff to previous 1.16 (colored) to selected 1.5.2.2 (colored)

i915_gpu_error.c shadows, don't worry about it.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Aug 27 07:06:50 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.15: +1 -0 lines
Diff to previous 1.15 (colored) to selected 1.5.2.2 (colored)

Don't worry about shadowing here.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Aug 27 06:34:56 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (colored) to selected 1.5.2.2 (colored)

Think we're gonna need to override i915_gem_userptr.c.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Aug 27 06:16:37 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored) to selected 1.5.2.2 (colored)

bring in old drm changes

ifdef out some fb_info usage which we don't have and some of it
ifdef'd out in old drm

strangely reg_offset isn't used in the i2c whatever-thing

we need one more member to drm_fb_helper

define CONFIG_DRM_FBDEV_EMULATION so hopefully fewer redefinitions


Author: coypu <coypu@sdf.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>

Revision 1.13 / (download) - annotate - [select for diffs], Mon Aug 27 05:44:57 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.12: +32 -10 lines
Diff to previous 1.12 (colored) to selected 1.5.2.2 (colored)

regen files.i915drmkms

Revision 1.12 / (download) - annotate - [select for diffs], Mon Aug 27 05:36:26 2018 UTC (5 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.11: +7 -7 lines
Diff to previous 1.11 (colored) to selected 1.5.2.2 (colored)

Move local i915 files earlier to make them more obvious.

Revision 1.6.2.3 / (download) - annotate - [select for diffs], Sun Dec 3 11:37:59 2017 UTC (6 years, 4 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.6.2.2: +9 -9 lines
Diff to previous 1.6.2.2 (colored) next main 1.7 (colored) to selected 1.5.2.2 (colored)

update from HEAD

Revision 1.5.2.5 / (download) - annotate - [select for diffs], Wed Apr 5 19:54:22 2017 UTC (7 years ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-2-RELEASE
Changes since 1.5.2.4: +3 -2 lines
Diff to previous 1.5.2.4 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored) to selected 1.5.2.2 (colored)

Pull up following revision(s) (requested by skrll in ticket #1395):
	share/man/man4/axe.4: netbsd-7-nhusb
	share/man/man4/axen.4: netbsd-7-nhusb
	share/man/man4/cdce.4: netbsd-7-nhusb
	share/man/man4/uaudio.4: netbsd-7-nhusb
	share/man/man4/ucom.4: netbsd-7-nhusb
	share/man/man4/uep.4: netbsd-7-nhusb
	share/man/man4/urtw.4: netbsd-7-nhusb
	share/man/man4/usb.4: netbsd-7-nhusb
	share/man/man4/uyap.4: netbsd-7-nhusb
	share/man/man4/xhci.4: netbsd-7-nhusb
	share/man/man9/usbdi.9: netbsd-7-nhusb
	sys/arch/amd64/conf/ALL: netbsd-7-nhusb
	sys/arch/amd64/conf/GENERIC: netbsd-7-nhusb
	sys/arch/amiga/dev/slhci_zbus.c: netbsd-7-nhusb
	sys/arch/arm/allwinner/awin_otg.c: netbsd-7-nhusb
	sys/arch/arm/allwinner/awin_usb.c: netbsd-7-nhusb
	sys/arch/arm/amlogic/amlogic_dwctwo.c: netbsd-7-nhusb
	sys/arch/arm/at91/at91ohci.c: netbsd-7-nhusb
	sys/arch/arm/broadcom/bcm2835_dwctwo.c: netbsd-7-nhusb
	sys/arch/arm/broadcom/bcm53xx_usb.c: netbsd-7-nhusb
	sys/arch/arm/ep93xx/epohci.c: netbsd-7-nhusb
	sys/arch/arm/gemini/obio_ehci.c: netbsd-7-nhusb
	sys/arch/arm/imx/files.imx23: netbsd-7-nhusb
	sys/arch/arm/imx/imxusb.c: netbsd-7-nhusb
	sys/arch/arm/imx/imxusbreg.h: netbsd-7-nhusb
	sys/arch/arm/omap/obio_ohci.c: netbsd-7-nhusb
	sys/arch/arm/omap/omap3_ehci.c: netbsd-7-nhusb
	sys/arch/arm/omap/omapl1x_ohci.c: netbsd-7-nhusb
	sys/arch/arm/omap/tiotg.c: netbsd-7-nhusb
	sys/arch/arm/s3c2xx0/ohci_s3c24x0.c: netbsd-7-nhusb
	sys/arch/arm/samsung/exynos_usb.c: netbsd-7-nhusb
	sys/arch/arm/xscale/pxa2x0_ohci.c: netbsd-7-nhusb
	sys/arch/arm/zynq/zynq_usb.c: netbsd-7-nhusb
	sys/arch/hpcarm/dev/nbp_slhci.c: netbsd-7-nhusb
	sys/arch/hpcmips/dev/plumohci.c: netbsd-7-nhusb
	sys/arch/i386/conf/ALL: netbsd-7-nhusb
	sys/arch/i386/conf/GENERIC: netbsd-7-nhusb
	sys/arch/i386/pci/gcscehci.c: netbsd-7-nhusb
	sys/arch/luna68k/conf/GENERIC: netbsd-7-nhusb
	sys/arch/mips/adm5120/dev/ahci.c: netbsd-7-nhusb
	sys/arch/mips/adm5120/dev/ahcivar.h: netbsd-7-nhusb
	sys/arch/mips/alchemy/dev/ohci_aubus.c: netbsd-7-nhusb
	sys/arch/mips/atheros/dev/ehci_arbus.c: netbsd-7-nhusb
	sys/arch/mips/atheros/dev/ohci_arbus.c: netbsd-7-nhusb
	sys/arch/mips/conf/files.adm5120: netbsd-7-nhusb
	sys/arch/mips/ralink/ralink_ehci.c: netbsd-7-nhusb
	sys/arch/mips/ralink/ralink_ohci.c: netbsd-7-nhusb
	sys/arch/mips/rmi/rmixl_ehci.c: netbsd-7-nhusb
	sys/arch/mips/rmi/rmixl_ohci.c: netbsd-7-nhusb
	sys/arch/playstation2/dev/ohci_sbus.c: netbsd-7-nhusb
	sys/arch/powerpc/booke/dev/pq3ehci.c: netbsd-7-nhusb
	sys/arch/powerpc/ibm4xx/dev/dwctwo_plb.c: netbsd-7-nhusb
	sys/arch/x68k/dev/slhci_intio.c: netbsd-7-nhusb
	sys/conf/files: netbsd-7-nhusb
	sys/dev/cardbus/ehci_cardbus.c: netbsd-7-nhusb
	sys/dev/cardbus/ohci_cardbus.c: netbsd-7-nhusb
	sys/dev/cardbus/uhci_cardbus.c: netbsd-7-nhusb
	sys/dev/ic/sl811hs.c: netbsd-7-nhusb
	sys/dev/ic/sl811hsvar.h: netbsd-7-nhusb
	sys/dev/isa/slhci_isa.c: netbsd-7-nhusb
	sys/dev/marvell/ehci_mv.c: netbsd-7-nhusb
	sys/dev/pci/ehci_pci.c: netbsd-7-nhusb
	sys/dev/pci/ohci_pci.c: netbsd-7-nhusb
	sys/dev/pci/uhci_pci.c: netbsd-7-nhusb
	sys/dev/pci/xhci_pci.c: netbsd-7-nhusb
	sys/dev/pcmcia/slhci_pcmcia.c: netbsd-7-nhusb
	sys/dev/usb/Makefile.usbdevs: netbsd-7-nhusb
	sys/dev/usb/TODO: netbsd-7-nhusb
	sys/dev/usb/TODO.usbmp: netbsd-7-nhusb
	sys/dev/usb/aubtfwl.c: netbsd-7-nhusb
	sys/dev/usb/auvitek.c: netbsd-7-nhusb
	sys/dev/usb/auvitek_audio.c: netbsd-7-nhusb
	sys/dev/usb/auvitek_dtv.c: netbsd-7-nhusb
	sys/dev/usb/auvitek_i2c.c: netbsd-7-nhusb
	sys/dev/usb/auvitek_video.c: netbsd-7-nhusb
	sys/dev/usb/auvitekvar.h: netbsd-7-nhusb
	sys/dev/usb/ehci.c: netbsd-7-nhusb
	sys/dev/usb/ehcireg.h: netbsd-7-nhusb
	sys/dev/usb/ehcivar.h: netbsd-7-nhusb
	sys/dev/usb/emdtv.c: netbsd-7-nhusb
	sys/dev/usb/emdtv_dtv.c: netbsd-7-nhusb
	sys/dev/usb/emdtv_ir.c: netbsd-7-nhusb
	sys/dev/usb/emdtvvar.h: netbsd-7-nhusb
	sys/dev/usb/ezload.c: netbsd-7-nhusb
	sys/dev/usb/ezload.h: netbsd-7-nhusb
	sys/dev/usb/files.usb: netbsd-7-nhusb
	sys/dev/usb/hid.c: netbsd-7-nhusb
	sys/dev/usb/hid.h: netbsd-7-nhusb
	sys/dev/usb/if_athn_usb.c: netbsd-7-nhusb
	sys/dev/usb/if_athn_usb.h: netbsd-7-nhusb
	sys/dev/usb/if_atu.c: netbsd-7-nhusb
	sys/dev/usb/if_atureg.h: netbsd-7-nhusb
	sys/dev/usb/if_aue.c: netbsd-7-nhusb
	sys/dev/usb/if_auereg.h: netbsd-7-nhusb
	sys/dev/usb/if_axe.c: netbsd-7-nhusb
	sys/dev/usb/if_axen.c: netbsd-7-nhusb
	sys/dev/usb/if_axenreg.h: netbsd-7-nhusb
	sys/dev/usb/if_axereg.h: netbsd-7-nhusb
	sys/dev/usb/if_cdce.c: netbsd-7-nhusb
	sys/dev/usb/if_cdcereg.h: netbsd-7-nhusb
	sys/dev/usb/if_cue.c: netbsd-7-nhusb
	sys/dev/usb/if_cuereg.h: netbsd-7-nhusb
	sys/dev/usb/if_kue.c: netbsd-7-nhusb
	sys/dev/usb/if_kuereg.h: netbsd-7-nhusb
	sys/dev/usb/if_otus.c: netbsd-7-nhusb
	sys/dev/usb/if_otusvar.h: netbsd-7-nhusb
	sys/dev/usb/if_rum.c: netbsd-7-nhusb
	sys/dev/usb/if_rumreg.h: netbsd-7-nhusb
	sys/dev/usb/if_rumvar.h: netbsd-7-nhusb
	sys/dev/usb/if_run.c: netbsd-7-nhusb
	sys/dev/usb/if_runvar.h: netbsd-7-nhusb
	sys/dev/usb/if_smsc.c: netbsd-7-nhusb
	sys/dev/usb/if_smscreg.h: netbsd-7-nhusb
	sys/dev/usb/if_smscvar.h: netbsd-7-nhusb
	sys/dev/usb/if_udav.c: netbsd-7-nhusb
	sys/dev/usb/if_udavreg.h: netbsd-7-nhusb
	sys/dev/usb/if_upgt.c: netbsd-7-nhusb
	sys/dev/usb/if_upgtvar.h: netbsd-7-nhusb
	sys/dev/usb/if_upl.c: netbsd-7-nhusb
	sys/dev/usb/if_ural.c: netbsd-7-nhusb
	sys/dev/usb/if_uralreg.h: netbsd-7-nhusb
	sys/dev/usb/if_uralvar.h: netbsd-7-nhusb
	sys/dev/usb/if_url.c: netbsd-7-nhusb
	sys/dev/usb/if_urlreg.h: netbsd-7-nhusb
	sys/dev/usb/if_urndis.c: netbsd-7-nhusb
	sys/dev/usb/if_urndisreg.h: netbsd-7-nhusb
	sys/dev/usb/if_urtw.c: netbsd-7-nhusb
	sys/dev/usb/if_urtwn.c: netbsd-7-nhusb
	sys/dev/usb/if_urtwn_data.h: netbsd-7-nhusb
	sys/dev/usb/if_urtwnreg.h: netbsd-7-nhusb
	sys/dev/usb/if_urtwnvar.h: netbsd-7-nhusb
	sys/dev/usb/if_urtwreg.h: netbsd-7-nhusb
	sys/dev/usb/if_zyd.c: netbsd-7-nhusb
	sys/dev/usb/if_zydreg.h: netbsd-7-nhusb
	sys/dev/usb/irmce.c: netbsd-7-nhusb
	sys/dev/usb/moscom.c: netbsd-7-nhusb
	sys/dev/usb/motg.c: netbsd-7-nhusb
	sys/dev/usb/motgvar.h: netbsd-7-nhusb
	sys/dev/usb/ohci.c: netbsd-7-nhusb
	sys/dev/usb/ohcireg.h: netbsd-7-nhusb
	sys/dev/usb/ohcivar.h: netbsd-7-nhusb
	sys/dev/usb/pseye.c: netbsd-7-nhusb
	sys/dev/usb/slurm.c: netbsd-7-nhusb
	sys/dev/usb/stuirda.c: netbsd-7-nhusb
	sys/dev/usb/u3g.c: netbsd-7-nhusb
	sys/dev/usb/uark.c: netbsd-7-nhusb
	sys/dev/usb/uatp.c: netbsd-7-nhusb
	sys/dev/usb/uaudio.c: netbsd-7-nhusb
	sys/dev/usb/uberry.c: netbsd-7-nhusb
	sys/dev/usb/ubsa.c: netbsd-7-nhusb
	sys/dev/usb/ubsa_common.c: netbsd-7-nhusb
	sys/dev/usb/ubsavar.h: netbsd-7-nhusb
	sys/dev/usb/ubt.c: netbsd-7-nhusb
	sys/dev/usb/uchcom.c: netbsd-7-nhusb
	sys/dev/usb/ucom.c: netbsd-7-nhusb
	sys/dev/usb/ucomvar.h: netbsd-7-nhusb
	sys/dev/usb/ucycom.c: netbsd-7-nhusb
	sys/dev/usb/udl.c: netbsd-7-nhusb
	sys/dev/usb/udl.h: netbsd-7-nhusb
	sys/dev/usb/udsbr.c: netbsd-7-nhusb
	sys/dev/usb/udsir.c: netbsd-7-nhusb
	sys/dev/usb/uep.c: netbsd-7-nhusb
	sys/dev/usb/uftdi.c: netbsd-7-nhusb
	sys/dev/usb/uftdireg.h: netbsd-7-nhusb
	sys/dev/usb/ugen.c: netbsd-7-nhusb
	sys/dev/usb/ugensa.c: netbsd-7-nhusb
	sys/dev/usb/uhci.c: netbsd-7-nhusb
	sys/dev/usb/uhcireg.h: netbsd-7-nhusb
	sys/dev/usb/uhcivar.h: netbsd-7-nhusb
	sys/dev/usb/uhid.c: netbsd-7-nhusb
	sys/dev/usb/uhidev.c: netbsd-7-nhusb
	sys/dev/usb/uhidev.h: netbsd-7-nhusb
	sys/dev/usb/uhmodem.c: netbsd-7-nhusb
	sys/dev/usb/uhso.c: netbsd-7-nhusb
	sys/dev/usb/uhub.c: netbsd-7-nhusb
	sys/dev/usb/uipad.c: netbsd-7-nhusb
	sys/dev/usb/uipaq.c: netbsd-7-nhusb
	sys/dev/usb/uirda.c: netbsd-7-nhusb
	sys/dev/usb/uirdavar.h: netbsd-7-nhusb
	sys/dev/usb/ukbd.c: netbsd-7-nhusb
	sys/dev/usb/ukbdmap.c: netbsd-7-nhusb
	sys/dev/usb/ukyopon.c: netbsd-7-nhusb
	sys/dev/usb/ukyopon.h: netbsd-7-nhusb
	sys/dev/usb/ulpt.c: netbsd-7-nhusb
	sys/dev/usb/umass.c: netbsd-7-nhusb
	sys/dev/usb/umass_isdata.c: netbsd-7-nhusb
	sys/dev/usb/umass_isdata.h: netbsd-7-nhusb
	sys/dev/usb/umass_quirks.c: netbsd-7-nhusb
	sys/dev/usb/umass_quirks.h: netbsd-7-nhusb
	sys/dev/usb/umass_scsipi.c: netbsd-7-nhusb
	sys/dev/usb/umass_scsipi.h: netbsd-7-nhusb
	sys/dev/usb/umassvar.h: netbsd-7-nhusb
	sys/dev/usb/umcs.c: netbsd-7-nhusb
	sys/dev/usb/umct.c: netbsd-7-nhusb
	sys/dev/usb/umidi.c: netbsd-7-nhusb
	sys/dev/usb/umidi_quirks.c: netbsd-7-nhusb
	sys/dev/usb/umidi_quirks.h: netbsd-7-nhusb
	sys/dev/usb/umodem.c: netbsd-7-nhusb
	sys/dev/usb/umodem_common.c: netbsd-7-nhusb
	sys/dev/usb/umodemvar.h: netbsd-7-nhusb
	sys/dev/usb/ums.c: netbsd-7-nhusb
	sys/dev/usb/uplcom.c: netbsd-7-nhusb
	sys/dev/usb/urio.c: netbsd-7-nhusb
	sys/dev/usb/urio.h: netbsd-7-nhusb
	sys/dev/usb/usb.c: netbsd-7-nhusb
	sys/dev/usb/usb.h: netbsd-7-nhusb
	sys/dev/usb/usb_mem.c: netbsd-7-nhusb
	sys/dev/usb/usb_mem.h: netbsd-7-nhusb
	sys/dev/usb/usb_quirks.c: netbsd-7-nhusb
	sys/dev/usb/usb_quirks.h: netbsd-7-nhusb
	sys/dev/usb/usb_subr.c: netbsd-7-nhusb
	sys/dev/usb/usbdevices.config: netbsd-7-nhusb
	sys/dev/usb/usbdevs: netbsd-7-nhusb
	sys/dev/usb/usbdevs.h: netbsd-7-nhusb
	sys/dev/usb/usbdevs_data.h: netbsd-7-nhusb
	sys/dev/usb/usbdi.c: netbsd-7-nhusb
	sys/dev/usb/usbdi.h: netbsd-7-nhusb
	sys/dev/usb/usbdi_util.c: netbsd-7-nhusb
	sys/dev/usb/usbdi_util.h: netbsd-7-nhusb
	sys/dev/usb/usbdivar.h: netbsd-7-nhusb
	sys/dev/usb/usbhid.h: netbsd-7-nhusb
	sys/dev/usb/usbhist.h: netbsd-7-nhusb
	sys/dev/usb/usbroothub.c: netbsd-7-nhusb
	sys/dev/usb/usbroothub.h: netbsd-7-nhusb
	sys/dev/usb/usbroothub_subr.c: delete
	sys/dev/usb/usbroothub_subr.h: delete
	sys/dev/usb/uscanner.c: netbsd-7-nhusb
	sys/dev/usb/uslsa.c: netbsd-7-nhusb
	sys/dev/usb/usscanner.c: netbsd-7-nhusb
	sys/dev/usb/ustir.c: netbsd-7-nhusb
	sys/dev/usb/uthum.c: netbsd-7-nhusb
	sys/dev/usb/utoppy.c: netbsd-7-nhusb
	sys/dev/usb/uts.c: netbsd-7-nhusb
	sys/dev/usb/uvideo.c: netbsd-7-nhusb
	sys/dev/usb/uvisor.c: netbsd-7-nhusb
	sys/dev/usb/uvscom.c: netbsd-7-nhusb
	sys/dev/usb/uyap.c: netbsd-7-nhusb
	sys/dev/usb/uyap_firmware.h: netbsd-7-nhusb
	sys/dev/usb/uyurex.c: netbsd-7-nhusb
	sys/dev/usb/x1input_rdesc.h: netbsd-7-nhusb
	sys/dev/usb/xhci.c: netbsd-7-nhusb
	sys/dev/usb/xhcireg.h: netbsd-7-nhusb
	sys/dev/usb/xhcivar.h: netbsd-7-nhusb
	sys/dev/usb/xinput_rdesc.h: netbsd-7-nhusb
	sys/external/bsd/common/conf/files.linux: netbsd-7-nhusb
	sys/external/bsd/common/include/linux/err.h: netbsd-7-nhusb
	sys/external/bsd/common/include/linux/kernel.h: netbsd-7-nhusb
	sys/external/bsd/common/include/linux/workqueue.h: netbsd-7-nhusb
	sys/external/bsd/common/linux/linux_work.c: netbsd-7-nhusb
	sys/external/bsd/drm2/dist/drm/radeon/atombios_encoders.c: netbsd-7-nhusb
	sys/external/bsd/drm2/dist/drm/radeon/radeon_legacy_encoders.c: netbsd-7-nhusb
	sys/external/bsd/drm2/drm/files.drmkms: netbsd-7-nhusb
	sys/external/bsd/drm2/i915drm/files.i915drmkms: netbsd-7-nhusb
	sys/external/bsd/drm2/include/linux/err.h: delete
	sys/external/bsd/drm2/include/linux/workqueue.h: delete
	sys/external/bsd/drm2/linux/files.drmkms_linux: netbsd-7-nhusb
	sys/external/bsd/drm2/linux/linux_work.c: delete
	sys/external/bsd/dwc2/dwc2.c: netbsd-7-nhusb
	sys/external/bsd/dwc2/dwc2.h: netbsd-7-nhusb
	sys/external/bsd/dwc2/dwc2var.h: netbsd-7-nhusb
	sys/external/bsd/dwc2/dwctwo2netbsd: netbsd-7-nhusb
	sys/external/bsd/dwc2/conf/files.dwc2: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_core.c: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_core.h: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_coreintr.c: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_hcd.c: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_hcd.h: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_hcdddma.c: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_hcdintr.c: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_hcdqueue.c: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_hw.h: netbsd-7-nhusb
	sys/modules/drmkms_linux/Makefile: netbsd-7-nhusb
	sys/modules/i915drmkms/Makefile: netbsd-7-nhusb
	sys/rump/dev/lib/libugenhc/ugenhc.c: netbsd-7-nhusb
	sys/rump/dev/lib/libusb/Makefile: netbsd-7-nhusb
	sys/rump/dev/lib/libusb/USB.ioconf: netbsd-7-nhusb
	sys/rump/dev/lib/libusb/usb_at_ugenhc.c: delete
	sys/rump/dev/lib/libusb/opt/opt_usb.h: delete
	sys/rump/dev/lib/libusb/opt/opt_usbverbose.h: delete
	sys/sys/mbuf.h: netbsd-7-nhusb
	usr.sbin/usbdevs/usbdevs.8: netbsd-7-nhusb
	usr.sbin/usbdevs/usbdevs.c: netbsd-7-nhusb
Merge netbsd-7-nhusb:
- API / infrastructure changes to support memory management changes.
- Memory management improvements and bug fixes.
- HCDs should now be MP safe
- conversion to KERNHIST based debug
- FS/LS isoc support on ehci(4).
- conversion to kmem(9)
- Some USB 3 support - mostly from Takahiro HAYASHI (t-hash).
- interrupt transfers now get proper DMA operations
- general bug fixes
     - kern/48308
     - uhub status notification improvements
     - umass(4) probe fix (applied to HEAD already)
     - ohci(4) short transfer fix
- Change the SOFTINT level from NET to SERIAL for the USB softint handler.
  This gives the callback a chance of running when another softint handler
  at SOFTINT_NET has blocked holding a lock, e.g. softnet_lock and most of
  the network stack.
     - kern/49065 - ifconfig tun0 ... sequence locks up system / lockup:
       softnet_lock held across usb xfr
     - kern/50491 - unkillable wait in usbd_transfer while using usmsc0
       on raspberry pi 2
     - kern/51395 - USB Ethernet makes xhci hang
- Various improvements to slhci(4)
- Various improvements to dwc2(4)

Revision 1.5.2.4.4.1 / (download) - annotate - [select for diffs], Tue Sep 6 20:33:10 2016 UTC (7 years, 7 months ago) by skrll
Branch: netbsd-7-nhusb
Changes since 1.5.2.4: +3 -2 lines
Diff to previous 1.5.2.4 (colored) next main 1.5.2.5 (colored) to selected 1.5.2.2 (colored)

First pass at netbsd-7 updated with USB code from HEAD

Revision 1.9.2.2 / (download) - annotate - [select for diffs], Tue Sep 22 12:06:05 2015 UTC (8 years, 6 months ago) by skrll
Branch: nick-nhusb
Changes since 1.9.2.1: +3 -2 lines
Diff to previous 1.9.2.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored) to selected 1.5.2.2 (colored)

Sync with HEAD

Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 20 21:41:12 2015 UTC (8 years, 8 months ago) by skrll
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-base, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 (colored) to selected 1.5.2.2 (colored)

Tweak IS_ENABLED to allow CONFIG_FOO values.

No functional change to drm2.

LGTM from riastradh@

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Mon Apr 6 15:18:17 2015 UTC (9 years ago) by skrll
Branch: nick-nhusb
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.5.2.2 (colored)

Sync with HEAD

Revision 1.5.2.4 / (download) - annotate - [select for diffs], Fri Mar 6 21:39:10 2015 UTC (9 years, 1 month ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0
Branch point for: netbsd-7-nhusb
Changes since 1.5.2.3: +3 -3 lines
Diff to previous 1.5.2.3 (colored) to branchpoint 1.5 (colored) to selected 1.5.2.2 (colored)

Pull up following revision(s) (requested by mrg in ticket #573):
	sys/external/bsd/common/include/linux/kernel.h: 1.5, 1.6
	sys/external/bsd/drm2/dist/drm/drm_ioctl.c: 1.4
	sys/external/bsd/drm2/dist/drm/drm_irq.c: 1.6-1.8
	sys/external/bsd/drm2/dist/drm/i915/i915_dma.c: 1.13-1.15
	sys/external/bsd/drm2/dist/drm/i915/i915_gem.c: 1.23-1.27
	sys/external/bsd/drm2/dist/drm/i915/i915_gem_execbuffer.c: 1.5
	sys/external/bsd/drm2/dist/drm/i915/intel_display.c: 1.14, 1.15
	sys/external/bsd/drm2/dist/drm/i915/intel_dp.c: 1.10
	sys/external/bsd/drm2/dist/drm/i915/intel_drv.h: 1.8
	sys/external/bsd/drm2/dist/drm/i915/intel_i2c.c: 1.8-1.13
	sys/external/bsd/drm2/dist/drm/i915/intel_pm.c: 1.6
	sys/external/bsd/drm2/dist/drm/i915/intel_ringbuffer.c: 1.5, 1.6
	sys/external/bsd/drm2/dist/drm/nouveau/core/engine/device/nouveau_engine_device_base.c: 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nvc0.c: 1.3, 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nve0.c: 1.3, 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/core/include/core/device.h: 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/core/include/subdev/mc.h: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/include/subdev/pwr.h: 1.3, 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/core/os.h: 1.4, 1.5
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/bios/nouveau_subdev_bios_base.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/bios/nouveau_subdev_bios_pll.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/clock/nouveau_subdev_clock_base.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/clock/nouveau_subdev_clock_nv50.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/devinit/fbmem.h: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/devinit/nouveau_subdev_devinit_nv04.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nouveau_subdev_fb_nv50.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nouveau_subdev_fb_nvc0.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nv50.h: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nvc0.h: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/mc/nouveau_subdev_mc_base.c: 1.2, 1.3
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/mxm/nouveau_subdev_mxm_nv50.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/pwr/nouveau_subdev_pwr_base.c: 1.3, 1.4
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/therm/nouveau_subdev_therm_ic.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/timer/nouveau_subdev_timer_nv04.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/vm/nouveau_subdev_vm_base.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/vm/nouveau_subdev_vm_nv04.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/vm/nouveau_subdev_vm_nv44.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/vm/nv04.h: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_bo.h: 1.3
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_drm.c: 1.4, 1.5
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_fbcon.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_nv50_display.c: 1.3
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_nv84_fence.c: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_ttm.c: 1.3
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_ttm.h: 1.2
	sys/external/bsd/drm2/dist/drm/nouveau/nouveau_vga.h: 1.2
	sys/external/bsd/drm2/dist/drm/radeon/radeon_fence.c: 1.6-1.8
	sys/external/bsd/drm2/dist/drm/radeon/radeon_pm.c: 1.3
	sys/external/bsd/drm2/dist/drm/radeon/rs400.c: 1.3
	sys/external/bsd/drm2/dist/drm/via/via_dmablit.c: 1.3, 1.4
	sys/external/bsd/drm2/dist/drm/via/via_drv.h: 1.3
	sys/external/bsd/drm2/dist/drm/via/via_irq.c: 1.3, 1.4
	sys/external/bsd/drm2/dist/drm/via/via_video.c: 1.3, 1.4
	sys/external/bsd/drm2/dist/include/drm/drmP.h: 1.10
	sys/external/bsd/drm2/dist/include/drm/drm_crtc.h: 1.4
	sys/external/bsd/drm2/dist/include/drm/drm_modes.h: 1.3
	sys/external/bsd/drm2/dist/uapi/drm/i915_drm.h: 1.2
	sys/external/bsd/drm2/drm/drm_cache.c: 1.4-1.6
	sys/external/bsd/drm2/drm/drm_drv.c: 1.14
	sys/external/bsd/drm2/drm/drm_module.c: 1.10
	sys/external/bsd/drm2/drm/drm_sysctl.c: 1.5
	sys/external/bsd/drm2/drm/drm_vma_manager.c: 1.2
	sys/external/bsd/drm2/drm/drmfb.c: 1.1
	sys/external/bsd/drm2/drm/files.drmkms: 1.10, 1.11
	sys/external/bsd/drm2/i2c/drm_encoder_slave.c: 1.1
	sys/external/bsd/drm2/i915drm/files.i915drmkms: 1.7, 1.10
	sys/external/bsd/drm2/i915drm/intelfb.c: 1.11, 1.12
	sys/external/bsd/drm2/include/asm/io.h: 1.4
	sys/external/bsd/drm2/include/asm/unaligned.h: 1.2, 1.3
	sys/external/bsd/drm2/include/drm/drm_encoder_slave.h: 1.1
	sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h: 1.7-1.11
	sys/external/bsd/drm2/include/drm/drmfb.h: 1.1
	sys/external/bsd/drm2/include/drm/drmfb_pci.h: 1.1, 1.2
	sys/external/bsd/drm2/include/linux/bitops.h: 1.9
	sys/external/bsd/drm2/include/linux/i2c.h: 1.7, 1.8
	sys/external/bsd/drm2/include/linux/io-mapping.h: 1.5
	sys/external/bsd/drm2/include/linux/moduleparam.h: 1.5
	sys/external/bsd/drm2/include/linux/pci.h: 1.12-1.15
	sys/external/bsd/drm2/include/linux/pm.h: 1.4
	sys/external/bsd/drm2/include/linux/reboot.h: 1.2
	sys/external/bsd/drm2/include/linux/slab.h: 1.5
	sys/external/bsd/drm2/include/linux/string.h: 1.4
	sys/external/bsd/drm2/include/linux/vgaarb.h: 1.3
	sys/external/bsd/drm2/include/linux/ww_mutex.h: 1.10
	sys/external/bsd/drm2/linux/files.drmkms_linux: 1.8
	sys/external/bsd/drm2/linux/linux_i2c.c: 1.3
	sys/external/bsd/drm2/linux/linux_ww_mutex.c: 1.1
	sys/external/bsd/drm2/nouveau/files.nouveau: 1.5-1.8
	sys/external/bsd/drm2/nouveau/nouveau_pci.c: 1.1-1.3
	sys/external/bsd/drm2/nouveau/nouveau_pci.h: 1.1
	sys/external/bsd/drm2/nouveau/nouveau_sysfs.c: 1.1
	sys/external/bsd/drm2/nouveau/nouveau_vga.c: 1.1
	sys/external/bsd/drm2/nouveau/nouveaufb.c: 1.1
	sys/external/bsd/drm2/nouveau/nouveaufb.h: 1.1
	sys/external/bsd/drm2/pci/drm_pci.c: 1.10-1.12
	sys/external/bsd/drm2/pci/drm_pci_module.c: 1.4
	sys/external/bsd/drm2/pci/drmfb_pci.c: 1.1-1.3
	sys/external/bsd/drm2/pci/files.drmkms_pci: 1.5
	sys/external/bsd/drm2/radeon/radeon_pci.c: 1.5-1.7
	sys/modules/drmkms/Makefile: 1.8, 1.9
	sys/modules/drmkms_linux/Makefile: 1.6
	sys/modules/drmkms_pci/Makefile: 1.5
sync drm2 with HEAD.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 5 17:50:41 2015 UTC (9 years, 1 month ago) by riastradh
Branch: MAIN
CVS Tags: nick-nhusb-base-20150606, nick-nhusb-base-20150406
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.5.2.2 (colored)

Factor generic parts of intelfb out into a drmfb.

Adapting radeondrmkmsfb should not be hard.

This will make nouveaufb easier too.

Revision 1.5.2.3 / (download) - annotate - [select for diffs], Sun Jan 11 05:59:17 2015 UTC (9 years, 3 months ago) by snj
Branch: netbsd-7
Changes since 1.5.2.2: +4 -3 lines
Diff to previous 1.5.2.2 (colored) to branchpoint 1.5 (colored)

Pull up following revision(s) (requested by chs in ticket #401):
	distrib/sets/lists/modules/md.amd64: revisions 1.46, 1.47 via patch
	distrib/sets/lists/modules/md.i386: revisions 1.49, 1.50
	sys/dev/ic/pcdisplayvar.h: revision 1.20
	sys/dev/ic/vgavar.h: revision 1.32
	sys/external/bsd/drm/dist/bsd-core/drm_drv.c: revision 1.26
	sys/external/bsd/drm2/dist/drm/drm_agpsupport.c: revisions 1.5, 1.6
	sys/external/bsd/drm2/dist/drm/drm_pci.c: revisions 1.4, 1.5
	sys/external/bsd/drm2/dist/drm/drm_stub.c: revisions 1.6-1.8
	sys/external/bsd/drm2/dist/drm/i915/i915_drv.h: revision 1.11
	sys/external/bsd/drm2/dist/drm/radeon/cik.c: revision 1.3
	sys/external/bsd/drm2/dist/drm/radeon/ni.c: revision 1.3
	sys/external/bsd/drm2/dist/drm/radeon/si.c: revision 1.3
	sys/external/bsd/drm2/dist/include/drm/drmP.h: revisions 1.8, 1.9
	sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h: revisions 1.3, 1.4
	sys/external/bsd/drm2/drm/drm_drv.c: revision 1.11
	sys/external/bsd/drm2/drm/drm_module.c: revision 1.9
	sys/external/bsd/drm2/drm/drm_sysctl.c: revisions 1.1-1.4
	sys/external/bsd/drm2/drm/drm_vm.c: revision 1.7
	sys/external/bsd/drm2/drm/files.drmkms: revisions 1.8, 1.9
	sys/external/bsd/drm2/i915drm/files.i915drmkms: revision 1.9
	sys/external/bsd/drm2/i915drm/i915_module.c: revisions 1.4, 1.5
	sys/external/bsd/drm2/include/drm/drm_sysctl.h: revisions 1.1, 1.2
	sys/external/bsd/drm2/include/linux/hdmi.h: revisions 1.3-1.5
	sys/external/bsd/drm2/include/linux/module.h: revision 1.5
	sys/external/bsd/drm2/include/linux/moduleparam.h: revisions 1.3, 1.4
	sys/external/bsd/drm2/include/linux/pci.h: revision 1.11
	sys/external/bsd/drm2/linux/linux_module.c: revision 1.5
	sys/external/bsd/drm2/nouveau/files.nouveau: revision 1.4
	sys/external/bsd/drm2/nouveau/nouveau_module.c: revision 1.3
	sys/external/bsd/drm2/pci/drm_pci.c: revision 1.8
	sys/external/bsd/drm2/pci/drm_pci_module.c: revision 1.3
	sys/external/bsd/drm2/radeon/radeon_module.c: revision 1.3
	sys/external/bsd/drm2/ttm/files.ttm: revision 1.1
	sys/modules/drm2pci/Makefile: file removal
	sys/modules/drmkms/Makefile: revisions 1.4-1.7
	sys/modules/drmkms_linux/Makefile: revision 1.5
	sys/modules/drmkms_pci/Makefile: revisions 1.3, 1.4
	sys/modules/i915drmkms/Makefile: revisions 1.5-1.7
Split drm ttm config into a separate file.
--
Fix module build of drmkms_linux.
--
Remove vestigial drm2pci module, replaced by drmkms_pci.
--
fix the module class.
--
add the drmkms modules
--
make a drm_agp_destroy() function to resolve the circular dependency between
drmkms and drmkms_pci
--
finalize the idr code.
--
add drm_agp_destroy
--
fix drmkms module path for xen.
--
fix build failure.
/tmp/bracket/build/2014.11.10.22.43.46-i386/src/sys/external/bsd/drm2/include/linux/pci.h:36:20: fatal error: acpica.h: No such file or directory
--
make this work: add agpsupport and sysctl code
--
move agpsupport to drmkms to avoid circular dependencies.
--
turn on dynamic ldscript creation to handle link set symbol definitions
used in the automatic sysctl creation.
--
Add __link_set based code to automatically convert the linux module parameters
into sysctls.
--
this module needs MKLDSCRIPT too now
--
more _KERNEL_OPT
--
prettify and add to all the modules that have it.
--
fix description setting.
--
Adjust flags to allow building with clang.
--
Fix build with clang.
--
Drop casts in favour of expressions that actually give the right
pointer.
--
Move all PCI/AGP code back to drmkms_pci module where it belongs.
--
Use correct length for hdmi_infoframe_header_pack in <linux/hdmi.h>.
Fixes PR kern/49411.
--
Back out previous, fix PR kern/49411 correctly.
frame->header.length is not initialized in the vendor packet case.
Instead, make hdmi_infoframe_header_pack take the packet length and
subtract the size of the header when packing the header.
(Could make it take the payload length instead, but for callers it is
more convenient to have a name for the whole packet length.)
--
Fix bounds checking in hdmi_infoframe_header_pack (PR kern/49411).
--
Trivial build fix for no options SYSCTL_INCLUDE_DESCR case, to
avoid -Werror.
OK christos@ and riastradh@
--
fix debugging compilation (ALL kernel)
--
nouveau_nv50_fence.c needs -Wno-shadow.
--
fix a confusion between dev_t and devmajor_t, and include the primary
minor when calling makedev().

Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 14 14:32:49 2014 UTC (9 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: nick-nhusb-base
Branch point for: nick-nhusb
Changes since 1.8: +4 -3 lines
Diff to previous 1.8 (colored) to selected 1.5.2.2 (colored)

Fix build with clang.

Revision 1.5.2.2 / (download) - annotate - [selected], Tue Nov 11 09:06:32 2014 UTC (9 years, 5 months ago) by martin
Branch: netbsd-7
Changes since 1.5.2.1: +2 -3 lines
Diff to previous 1.5.2.1 (colored) to branchpoint 1.5 (colored)

Pull up following revision(s) (requested by nonaka in ticket #197):
	sys/external/bsd/drm2/dist/drm/i915/i915_drv.h: revision 1.10
	sys/external/bsd/drm2/include/linux/pci.h: revision 1.10
	sys/external/bsd/drm2/dist/drm/i915/intel_acpi.c: revision 1.3
	sys/external/bsd/drm2/dist/drm/i915/intel_acpi.c: revision 1.4
	sys/external/bsd/drm2/dist/drm/i915/intel_acpi.c: revision 1.5
	sys/external/bsd/drm2/dist/drm/i915/intel_opregion.c: revision 1.6
	sys/external/bsd/drm2/dist/drm/i915/intel_opregion.c: revision 1.7
	sys/external/bsd/drm2/include/linux/acpi.h: revision 1.3
	sys/external/bsd/drm2/dist/drm/i915/i915_dma.c: revision 1.12
	sys/external/bsd/drm2/i915drm/files.i915drmkms: revision 1.8
i915drmkms(4): Enable CONFIG_ACPI if NACPICA > 0.
Now brightness can be adjusted via hotkey on Mouse Computer LB-J300X
(Clevo W330SU2).
Fix compilation (debug)
pci_attach_args of pci_find_device and match function is not the same thing.
fix PR/49372.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 5 23:46:09 2014 UTC (9 years, 5 months ago) by nonaka
Branch: MAIN
Changes since 1.7: +2 -3 lines
Diff to previous 1.7 (colored) to selected 1.5.2.2 (colored)

i915drmkms(4): Enable CONFIG_ACPI if NACPICA > 0.
Now brightness can be adjusted via hotkey on Mouse Computer LB-J300X (Clevo W330SU2).

Revision 1.7 / (download) - annotate - [select for diffs], Sun Nov 2 02:03:31 2014 UTC (9 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.5.2.2 (colored)

We need the i810 agp here, intel_gtt has it hard-coded.

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Fri Aug 22 10:32:19 2014 UTC (9 years, 7 months ago) by martin
Branch: netbsd-7
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored) to selected 1.5.2.2 (colored)

Pull up following revision(s) (requested by riastradh in ticket #45):
	sys/external/bsd/drm2/dist/drm/i915/i915_drv.h: revision 1.8
	sys/external/bsd/drm2/i915drm/files.i915drmkms: revision 1.6
Restore Intel opregion stuff.

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:04:20 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-maxphys
Changes since 1.6.2.1: +79 -0 lines
Diff to previous 1.6.2.1 (colored) to selected 1.5.2.2 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.6.2.1, Mon Aug 18 16:55:34 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-maxphys
Changes since 1.6: +0 -78 lines
FILE REMOVED

file files.i915drmkms was added on branch tls-maxphys on 2014-08-20 00:04:20 +0000

Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 18 16:55:34 2014 UTC (9 years, 8 months ago) by riastradh
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored) to selected 1.5.2.2 (colored)

Restore Intel opregion stuff.

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Sun Aug 10 06:55:39 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.2: +27 -8 lines
Diff to previous 1.2 (colored) next main 1.3 (colored) to selected 1.5.2.2 (colored)

Rebase.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 26 18:13:44 2014 UTC (9 years, 8 months ago) by riastradh
Branch: MAIN
CVS Tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-base
Branch point for: netbsd-7
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored) to selected 1.5.2.2 (colored)

Move CONFIG_X86 from files.i915drmkms to drm_os_netbsd.h.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 24 21:18:40 2014 UTC (9 years, 8 months ago) by riastradh
Branch: MAIN
Changes since 1.3: +9 -2 lines
Diff to previous 1.3 (colored) to selected 1.5.2.2 (colored)

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.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 16 20:56:25 2014 UTC (9 years, 9 months ago) by riastradh
Branch: MAIN
Changes since 1.2: +20 -7 lines
Diff to previous 1.2 (colored) to selected 1.5.2.2 (colored)

Make it build and boot on my test machines.

Screen blanks on boot on the Ivy Bridge system with

   DRM error in cpt_serr_int_handler: PCH transcoder A FIFO underrun

But after that everything is OK.  Appears to be an upstream problem.
To investigate...

I think there's a cache flushing issue somewhere -- there are little
display artefacts on my T60.

Revision 1.2.6.2 / (download) - annotate - [select for diffs], Thu May 22 11:40:55 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.2.6.1: +60 -0 lines
Diff to previous 1.2.6.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.5.2.2 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.2.4.2 / (download) - annotate - [select for diffs], Sun May 18 17:46:00 2014 UTC (9 years, 11 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.2.4.1: +60 -0 lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.5.2.2 (colored)

sync with head

Revision 1.2.6.1, Tue Mar 18 18:20:42 2014 UTC (10 years, 1 month ago) by yamt
Branch: yamt-pagecache
Changes since 1.2: +0 -60 lines
FILE REMOVED

file files.i915drmkms was added on branch yamt-pagecache on 2014-05-22 11:40:55 +0000

Revision 1.2.4.1, Tue Mar 18 18:20:42 2014 UTC (10 years, 1 month ago) by rmind
Branch: rmind-smpnet
Changes since 1.2: +0 -60 lines
FILE REMOVED

file files.i915drmkms was added on branch rmind-smpnet on 2014-05-18 17:46:00 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 18 18:20:42 2014 UTC (10 years, 1 month ago) by riastradh
Branch: MAIN
CVS Tags: yamt-pagecache-base9, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15
Branch point for: yamt-pagecache, tls-earlyentropy, rmind-smpnet
Changes since 1.1: +60 -0 lines
Diff to previous 1.1 (colored) to selected 1.5.2.2 (colored)

Merge riastradh-drm2 to HEAD.

Revision 1.1.2.1 / (download) - annotate - [select for diffs], Tue Mar 4 20:45:17 2014 UTC (10 years, 1 month ago) by riastradh
Branch: riastradh-drm2
Changes since 1.1: +60 -0 lines
Diff to previous 1.1 (colored) next main 1.2 (colored) to selected 1.5.2.2 (colored)

Rework drm2 configuration and modularization.

- Split drm2.kmod into drmkms_linux, drmkms, drmkms_pci.
- Split up drmkms-related files.* similarly.
- Make drm_agp_* routines hooks that the drmkms_pci module installs.
- Reuse drm device major 180 for (old) drm and drmkms.

Now old drm and new drmkms can coexist happily in the same tree, with
or without PCI, and require no changes to userland.

Revision 1.1, Tue Mar 4 20:45:17 2014 UTC (10 years, 1 month ago) by riastradh
Branch: MAIN
CVS Tags: riastradh-drm2-base3
Branch point for: riastradh-drm2
FILE REMOVED

file files.i915drmkms was initially added on branch riastradh-drm2.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>