Up to [cvs.NetBSD.org] / src / sys / external / bsd / drm2 / include / linux
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Sat Apr 9 23:43:55 2022 UTC (10 months ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
linux/llist: Use membar_release and membar_datadep_consumer. No need for membar_acquire here! Loads are all data-dependent.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 19 11:52:08 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.5: +15 -1
lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Sun Dec 19 11:39:24 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.4: +6 -1
lines
Diff to previous 1.4 (colored)
i915: more work
Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 19 11:36:48 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.3: +30 -18
lines
Diff to previous 1.3 (colored)
linux/llist.h: Various fixups.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 19 01:26:05 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
Linux wants llist_node::next.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 19 00:54:54 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Fix , -> ; typo in `for' header.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 19 00:27:36 2021 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
Reimplement GPL <linux/llist.h> using only the upstream comments. Hope I gathered what this is trying to do...!