CVS log for src/sys/external/bsd/drm2/linux/linux_hdmi.c
Up to [cvs.NetBSD.org] / src / sys / external / bsd / drm2 / linux
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jul 10 13:56:44 2022 UTC (2 years, 8 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
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,
HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3
lines
linux/hdmi: Fix size of product id.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jul 10 12:32:31 2022 UTC (2 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3
lines
linux/hdmi: Fix return value in unpack.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jul 9 19:53:00 2022 UTC (2 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -5
lines
linux/hdmi: Fix hdmi_infoframe_unpack to record the unpacked header.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jul 9 18:41:23 2022 UTC (2 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -7
lines
linux/hdmi: Handle audio infoframes in hdmi_infoframe_pack.
Sort cases by type number.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jul 9 18:21:23 2022 UTC (2 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4
lines
linux/hdmi: Convert failure branch to kassert for internal invariant.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jul 9 18:18:36 2022 UTC (2 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5
lines
linux/hdmi: Use ssize_t for all hdmi_*_infoframe_pack functions.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jul 9 18:11:47 2022 UTC (2 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -12
lines
linux/hdmi: Zero entire union hdmi_infoframe on unpack.
Don't just zero the part that we're about to initialize -- i915 does
memcmp on the whole structure.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jul 9 18:11:36 2022 UTC (2 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +9 -7
lines
linux/hdmi: Handle unpacking audio frames too. Sort by number.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jul 9 18:11:23 2022 UTC (2 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -8
lines
linux/hdmi: Make some private functions static.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jul 9 17:59:27 2022 UTC (2 years, 8 months ago) by riastradh
Branches: MAIN
linux/hdmi.h: Split out logic into .c file.
Shoulda done this ages ago.
CVSweb <webmaster@jp.NetBSD.org>