Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport HEVC decoder as submitted to linux-media as v2 #6666

Open
wants to merge 817 commits into
base: rpi-6.12.y
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
817 commits
Select commit Hold shift + click to select a range
5d79e2f
rp1: clk: Only set PLL_SEC_RST in rp1_pll_divider_off
6by9 Nov 25, 2024
c23f34f
rp1: clk: Rationalise the use of the CLK_IS_CRITICAL flag
6by9 Nov 8, 2024
2e83eef
dt: arm64: Fixup RP1 ethernet DT configuration
6by9 Nov 11, 2024
f53363f
clk: rp1: Add RP1_CLK_DMA.
6by9 Nov 13, 2024
170138a
rp1: clk: Remove CLK_IGNORE_UNUSED flags
6by9 Nov 8, 2024
7e3b4b7
dt: rp1: Use clk_sys for ethernet hclk and pclk
6by9 Nov 11, 2024
aabe543
dt: rp1: Link RP1 DMA to the associated clock
6by9 Nov 13, 2024
d30e737
dts: bcm2712-ds: Restore the A76 PMU declaration
pelwell Dec 3, 2024
0f70046
dts: rp1: Re-enable DMA to RP1 UART0
pelwell Dec 3, 2024
ddf90a0
dts: bcm2712-ds: Restore gpio-direct to gio_aon
pelwell Dec 3, 2024
4e1bed1
drm/vc4: plane: Keep fractional source coords inside state
popcornmix Jun 21, 2024
6a03b65
drm/vc4: plane: Handle fractional coordinates using the phase field
popcornmix Jun 21, 2024
f6295b6
drm/vc4: crtc: Force trigger of dlist update on margins change
6by9 Jun 21, 2024
c33dfec
drm/vc4: plane: Add support for YUV444 formats
popcornmix Jun 21, 2024
ae39d66
drm/vc4: hdmi: Warn if writing to an unknown HDMI register
mripard Jun 21, 2024
e8672fb
drm/vc4: hvs: More logging for dlist generation
mripard Jun 21, 2024
355b5e4
drm/vc4: hvs: Print error if we fail an allocation
mripard Jun 21, 2024
5f04d4c
drm/vc4: plane: Add more debugging for LBM allocation
mripard Jun 21, 2024
06b0ec0
drm/vc4: plane: Use return variable in atomic_check
mripard Jun 21, 2024
ba6473a
drm/vc4: crtc: Move assigned_channel to a variable
mripard Jun 21, 2024
e645180
drm/vc4: plane: YUV planes require vertical scaling to always be enabled
6by9 Jun 21, 2024
05a1bf6
drm/vc4: hvs: Remove ABORT_ON_EMPTY flag
popcornmix Jun 21, 2024
02b09c3
drm/vc4: Make v3d paths unavailable on any generation newer than vc4
mripard Jun 21, 2024
64dcc6f
drm/vc4: hvs: Use switch statement to simplify vc4_hvs_get_fifo_from_…
mripard Jun 21, 2024
864848f
drm/vc4: hvs: Create hw_init function
mripard Jun 21, 2024
949e891
drm/vc4: hvs: Create cob_init function
mripard Jun 21, 2024
3a3499e
drm/vc4: hvs: Rename hvs_regs list
mripard Jun 21, 2024
46ecf96
drm/vc4: plane: Change ptr0_offset to an array
mripard Jun 21, 2024
fdfdb7b
drm/vc4: hvs: Rework LBM alignment
mripard Jun 21, 2024
5eb33cb
drm/vc4: hvs: Change prototype of __vc4_hvs_alloc to pass registers
mripard Jun 21, 2024
ed3bf95
drm/vc4: plane: Move the buffer offset out of the vc4_plane_state
6by9 Jun 21, 2024
3ad2929
drm/vc4: hvs: Enable SCALER_CONTROL early in HVS init
timg236 Jun 21, 2024
47e68eb
drm/vc4: Use `vc4_perfmon_find()`
mairacanal Oct 4, 2024
5c87120
drm/vc4: Use of_device_get_match_data to set generation
6by9 Oct 25, 2024
6f3397d
drm/vc4: Fix reading of frame count on GEN5 / Pi4
6by9 Oct 25, 2024
712d6cd
drm/vc4: drv: Support BCM2712
mripard Oct 25, 2024
bcc510e
drm/vc4: hvs: Add support for BCM2712 HVS
mripard Oct 25, 2024
b6e8c28
drm/vc4: crtc: Add support for BCM2712 PixelValves
mripard Oct 25, 2024
06e4d2c
drm/vc4: hdmi: Add support for BCM2712 HDMI controllers
mripard Oct 25, 2024
01ec0d1
drm/vc4: txp: Introduce structure to deal with revision differences
mripard Oct 25, 2024
cd84d49
drm/vc4: txp: Rename TXP data structure
mripard Oct 25, 2024
5d77da5
drm/vc4: txp: Add byte enable toggle bit
mripard Oct 25, 2024
d7322b8
drm/vc4: txp: Add horizontal and vertical size offset toggle bit
mripard Oct 25, 2024
49019f7
drm/vc4: txp: Handle 40-bits DMA Addresses
mripard Oct 25, 2024
2ea102f
drm/vc4: txp: Move the encoder type in the variant structure
mripard Oct 25, 2024
ea19d85
drm/vc4: txp: Add a new TXP encoder type
mripard Oct 25, 2024
5f259cd
drm/vc4: txp: Add support for BCM2712 MOP
mripard Oct 25, 2024
f3eeac1
drm/vc4: txp: Add BCM2712 MOPLET support
mripard Oct 25, 2024
53814eb
drm/vc4: drv: Add support for 2712 D-step
6by9 Oct 25, 2024
8661c09
drm/vc4: hvs: Add in support for 2712 D-step.
6by9 Oct 25, 2024
c2acfeb
drm/vc4: plane: Add support for 2712 D-step.
6by9 Oct 25, 2024
37334f4
drm/vc4: hdmi: Support 2712 D-step register map
6by9 Oct 25, 2024
7bef21a
drm/vc4: Add additional warn_on for incorrect revisions
mripard Oct 25, 2024
92216f8
drm/vc4: Enable bg_fill if there are no planes enabled
6by9 Oct 25, 2024
322c265
drm/vc4: Drop planes that are completely off-screen or 0 crtc size
6by9 Oct 25, 2024
16d45e9
dt: Disabled vc4 by default on 2712
6by9 Dec 4, 2024
c87681b
arch: arm64: broadcom: Add firmware clocks node
6by9 Jun 21, 2024
4aff094
arm64: dts: broadcom: Add display pipeline support to BCM2712
6by9 Jun 21, 2024
386e099
arm64: dts: broadcom: Add DT for D-step version of BCM2712
6by9 Oct 3, 2024
7a48ace
arm64: dts: broadcom: Fixup downstream DT changes due to DRM merge
6by9 Dec 4, 2024
bb36e4c
dtoverlays: enable gpu node from vc4-kms-v3d-pi5
6by9 Dec 4, 2024
3ecdce6
drm/vc4: Use phys addresses for slave DMA config
pelwell May 11, 2023
32768de
arm64: dts: broadcom: Fixup HVS address for downstream size-cells
6by9 Dec 4, 2024
156e2c0
drm/vc4: hvs: Defer dlist slots deallocation
mripard Dec 16, 2021
bfdd5b0
drm/vc4: Add hvs_dlist_allocs debugfs function.
6by9 Oct 27, 2023
d2d44ce
drm/vc4: Disable overrun interrupts
6by9 Jan 24, 2024
c5522bd
drm: vc4: Block swiotlb bounce buffers being imported as dmabuf
6by9 Nov 22, 2023
0435cb5
drm/vc4: Add option to call from crtc to encoder on vblank
6by9 Apr 5, 2024
f7774d3
drm: vc4: dsi: Clocks should be running before reset
6by9 Jun 8, 2022
14ff4d0
drm: vc4: Reset DSI AFE on disable
6by9 May 26, 2022
2aa54d0
drm/vc4: Ensure DSI is enabled for FIFO resets
6by9 Apr 5, 2024
668f361
drm/vc4: Add vblank callback to DSI0 to reset FIFO
6by9 Apr 5, 2024
a0accf5
drm/vc4: Fixup mode for 7inch panel on DSI0
6by9 Apr 26, 2024
704a98e
drm/vc4: dsi: Don't reset the host until post_disable
6by9 May 2, 2024
45956e7
drm: vc4: dsi: enable video and then retry failed transfers
6by9 Sep 20, 2024
dc26e60
drm/vc4: Allow setting the TV norm via module parameter
Jul 14, 2021
3e96fd5
drm/vc4: Make VEC progressive modes readily accessible
Jul 14, 2021
62a5ad9
drm/vc4: Initialise the tv_mode property default from cmdline_mode.
6by9 Jan 25, 2024
f7717ba
vc4: Add jack detection to HDMI audio driver
cillian64 Feb 28, 2024
c13f230
drm/vc4: hdmi: Add a clear_infoframe hook
6by9 Nov 21, 2024
93ec8ac
drm/vc4_hdmi: Allow hotplug detect to be forced
popcornmix Jun 1, 2022
89838d6
vc4/hdmi: Ignore hotplug interrupt with force_hotplug
popcornmix Apr 23, 2024
da06d31
drm/vc4: Add a delay after disabling hdmi phy output
popcornmix Aug 12, 2024
89f0499
drm/vc4: Implement vc6_hdmi_phy_disable
popcornmix Aug 13, 2024
192588a
drm/vc4: Also power down the PLL core when resetting PHY
popcornmix Aug 13, 2024
aaeeb97
drm/vc4: dpi: Add override for RGB order
6by9 May 10, 2024
540f41f
vc4/drm:plane: Make use of chroma siting parameter
popcornmix Jan 27, 2022
be8bc5d
drm/vc4: Add support for per plane scaling filter selection
6by9 Jul 25, 2024
6769708
drm/vc4: Use the TPZ scaling filter for 1x1 source images
6by9 Sep 11, 2024
4e720d9
drm/vc4: hvs: Defer updating the enable_bg_fill until vblank
6by9 Nov 12, 2024
8dbc281
drm/vc4: Increase number of overlay planes from 16 to 48
6by9 Oct 21, 2022
e7ff271
drm/vc4: Assign 32 overlay planes to writeback only
6by9 Aug 15, 2023
9ebb30f
drm/vc4: Do not include writeback conn load in load tracker
6by9 Sep 9, 2024
5243c21
drm/vc4: Drop panic priority for writeback connector
6by9 Sep 9, 2024
9269fcf
drm/vc4: txp: Add a rotation property to the writeback connector
6by9 Aug 14, 2024
68f7a8a
drm/vc4: Remove request for min clocks when hdmi output is disabled
popcornmix Oct 14, 2024
db9054b
drm/vc4: Disable the 2pixel/clock odd timings workaround for interlaced
popcornmix Oct 24, 2023
d647569
drm/vc4: fkms: Add firmware-kms mode
6by9 Sep 7, 2020
1bb472f
drm/vc4: tests: Switch generation mockup to a switch
mripard Feb 17, 2023
94f3800
drm/vc4: tests: Drop drm parameter for vc4_find_crtc_for_encoder
mripard Mar 24, 2023
38b7abc
drm/vc4: tests: Return the allocated output
mripard Mar 24, 2023
e71a458
drm/vc4: tests: Add BCM2712 mock driver
mripard Feb 17, 2023
a1f16de
drm/vc4: tests: Add tests for BCM2712 PixelValve Muxing
mripard Apr 14, 2023
d548789
drm/vc4: tests: Use custom plane state for mock
mripard Apr 14, 2023
1769c58
drm/vc4: tests: Add function to lookup a plane for a CRTC
mripard Apr 14, 2023
9f48225
drm/vc4: tests: Add helper to add a new plane to a state
mripard Apr 14, 2023
3367456
drm/vc4: tests: Support a few more plane formats
mripard Apr 14, 2023
f01fee2
drm/vc4: tests: Introduce a test for LBM buffer size
mripard Apr 14, 2023
63ace9a
drm/vc4: backport 27e0a194a256 and b3bf19552ea3
mairacanal Aug 6, 2024
f893635
drm/vc4: Cache LBM allocations to avoid double-buffering
6by9 Sep 27, 2024
8044e06
dtoverlays: bcm2712d0 - Don't change vc4 compatible string
6by9 Dec 4, 2024
403ade2
arm64: dts: broadcom: Add dma-names for HDMI audio DMA
6by9 Dec 4, 2024
c9e8301
raspberrypi-firmware: Add the RPI firmware UART APIs
timg236 Nov 1, 2024
d5ad176
serial: core: Add the Raspberry Pi firmware UART id
timg236 Nov 1, 2024
e58e7e6
serial: tty: Add a driver for the RPi firmware UART
timg236 Aug 28, 2024
e902a0f
configs: Enable the RPi FW UART driver
timg236 Nov 1, 2024
559641d
dtoverlay: Add an overlay for the Raspberry Pi firmware UART
timg236 Nov 4, 2024
3c3b61c
ARM: dts: Remove duplicate tags
pelwell Sep 18, 2024
eca6feb
Allow setting I²C clock frequency via i2c_arm_baudrate dtparam when u…
gtrainavicius Dec 4, 2024
57e3f68
nvme-pci: Disable Host Memory Buffer usage
pelwell Dec 3, 2024
e54a9dd
serial: rpi-fw-uart: Demote debug log messages
pelwell Dec 5, 2024
b910ffe
dtoverlays: Add Arducam override for ov9281
6by9 Dec 2, 2024
8a775d2
input: Add support for no irq to ili210x driver
Dec 5, 2024
1dbb5a4
drm: panel: Added waveshare 13.3inch panel
Dec 5, 2024
112e87e
overlays: Added waveshare 13.3inch panel support
Dec 5, 2024
244eb25
dts: bcm2712-ds: Dedup as upstream support expands
pelwell Dec 9, 2024
1c19e7a
cgroup: Add cgroup_enable option
pelwell Dec 9, 2024
e2a1dd5
drm/v3d: Correct clock settng calls to new APIs
popcornmix Dec 9, 2024
03d92b5
drm: bridge: panel: Connector to allow interlaced modes
njhollinghurst Nov 19, 2024
d292131
dts: overlays: vc4-kms-dpi-generic-overlay: Add "interlaced" property
njhollinghurst Nov 19, 2024
1494862
drm: rp1: rp1-dpi: Add interlaced modes and PIO program to fix VSYNC
njhollinghurst Dec 10, 2024
574ffae
ASoC: allo-piano-dac-plus: Fix volume limit locking
pelwell Dec 11, 2024
0aff2a3
drm: vc4: txp: Do not allow 24bpp formats when transposing
6by9 Dec 11, 2024
42d343e
drm: Validate connector rotation has one bit set in the rotation prop…
6by9 Dec 12, 2024
f2bfcc0
ASoC: allo-piano-dac-plus: Suppress -517 errors
pelwell Dec 12, 2024
88c4cc8
drm: rp1: rp1-dpi: Fix optional dependency on RP1_PIO
njhollinghurst Dec 12, 2024
863f298
serial: sc16is7xx: announce support for SER_RS485_RTS_ON_SEND
hvilleneuvedoo Oct 7, 2024
6b0c552
dtoverlays: Add override for target-path on I2C overlays
6by9 Dec 16, 2024
e11f5e5
misc: rp1-pio: Support larger data transfers
pelwell Dec 16, 2024
c2f1c39
dtoverlays: Use continuous clock mode for ov9281
6by9 Dec 16, 2024
3cd4938
dts: bcm2712-ds: Restore the VGIC interrupt
pelwell Dec 19, 2024
6ecdcc6
overlays: goodix: Allow override i2c address
ragazenta Dec 18, 2024
2f6fc15
configs: Restore RP1_PIO after dependency change
pelwell Dec 19, 2024
0aab5bd
misc: rp1-pio: More logical probe sequence
pelwell Dec 5, 2024
fc47235
misc: rp1-pio: Convert floats to 24.8 fixed point
pelwell Dec 9, 2024
502d1a0
misc: rp1-pio: Minor cosmetic tweaks
pelwell Dec 10, 2024
19e7a14
misc: rp1-pio: Add in-kernel DMA support
pelwell Dec 12, 2024
342bbd3
misc: Add ws2812-pio-rp1 driver
pelwell Dec 3, 2024
85214ad
overlays: Add ws2812-pio overlay
pelwell Dec 12, 2024
c17746b
configs: Enable the WS2812_PIO_RP1 driver
pelwell Dec 12, 2024
dfd50ba
overlays: Add and document i2c_csi_dsi0 parameters
pelwell Dec 19, 2024
369d30b
dts: Add noanthogs parameter to CM4 and CM5
pelwell Dec 20, 2024
23441f7
configs: Enable PCM3168A driver
gordoste Dec 22, 2024
fb75154
soc: pcm3168a: Add DT binding to force clock consumer mode
gordoste Dec 22, 2024
3250f3d
docs: pcm3168a: Add DT bindings to force clock consumer mode
gordoste Dec 22, 2024
e0c55ea
overlays: Add overlay for ezsound 6x8 soundcard
gordoste Dec 22, 2024
ca5214d
overlays: Compile the new overlay
gordoste Dec 22, 2024
5955837
overlays: Add ezsound-6x8iso overlay to README
gordoste Dec 22, 2024
ae61a04
Revert "PCI: Warn if no host bridge NUMA node info"
pelwell Jan 1, 2025
4a8bbd8
Add Pi 500 and CM5 as a device to bug_report.yml
nbuchwitz Dec 21, 2024
c9f972d
Update the Issue template
andrum993 Dec 21, 2024
ee47acc
Add and update files for pwm-gpio-fan overlay
herbingk Dec 31, 2024
34c2a0c
media: i2c: imx290: Limit analogue gain according to module
6by9 Nov 20, 2024
c6d1fd4
media: dt-bindings: sony,imx290: Add IMX462 to the IMX290 binding
6by9 Nov 20, 2024
be7c738
media: i2c: imx290: Add configuration for IMX462
6by9 Nov 20, 2024
d46b7fb
media: imx290: Add module parameter to allow selection of HCG mode
6by9 May 15, 2024
c7cdefb
dtoverlays: Switch imx462 overlay to use the new compatible
6by9 Nov 12, 2024
f8e252d
PCI: brcmstb: don't use ASPM state defines for register bits
P33M Jan 7, 2025
00cda4b
dts: bcm2711: PL011 UARTs are actually r1p5
pelwell Jan 7, 2025
e1e98b1
dts: bcm2712: PL011 UARTs are actually r1p5
pelwell Jan 7, 2025
edcae0e
dts: rp1: PL011 UARTs are actually r1p5
pelwell Jan 7, 2025
45e1257
media: rp1-cfe: Fix up link validation for CFE CFG input
6by9 Jan 7, 2025
aa7fdc5
defconfigs: Add IMX415 to all Pi defconfigs
6by9 Jan 2, 2025
c8b9f6b
dtoverlays: Add overlay for Sony IMX415 image sensor
6by9 Dec 31, 2024
d361742
media: i2c: imx415: Add read/write control of VBLANK
6by9 Jan 1, 2025
2a42b71
media: i2c: imx415: Make HBLANK controllable and in consistent units
6by9 Jan 1, 2025
22acc16
media: i2c: imx415: Link frequencies are not exclusive to num lanes
6by9 Jan 2, 2025
b43a431
ASoC: pcm512x: Demote "No SCLK" to debug level
pelwell Jan 8, 2025
f6c9d1a
ASoC: allo-piano-dac-plus: Fix volume limiting
pelwell Jan 8, 2025
7df3e4a
ASoC: allo-piano-dac-plus: Remove pointless code
pelwell Jan 8, 2025
ede122b
configs: add CONFIG_CRYPTO_NHPOLY1305_NEON=m
plumbeo Jan 9, 2025
b8765be
misc: rp1-pio: Handle probe errors
pelwell Jan 9, 2025
77fab0d
firmware: rp1: Simplify rp1_firmware_get
pelwell Jan 9, 2025
6b3c536
DT: bcm2712: override supports-cqe to a cell
P33M Jan 10, 2025
585119e
mmc: sd: filter card CQ support based on an allow-list
P33M Jan 8, 2025
e06cbdb
mmc: set MMC_QUIRK_KNOWN_WORKING_SD_CQ on Raspberry Pi class A2 cards
P33M Jan 8, 2025
4a23aa8
mmc: use downstream DT property to modify CQE and/or SD CQ behaviour
P33M Jan 8, 2025
a1c916f
dts: bcm2711: Don't mark timer regs unconfigured
pelwell Jan 10, 2025
b29f6d8
mmc: bcm2835-sdhost Observe SWIOTLB memory limit
pelwell Jan 10, 2025
e068f8b
drm/v3d: CPU job submissions shouldn't affect V3D GPU clock
txenoo Jan 13, 2025
505ec7b
bcm2708_fb: Explicitly initialise the IOMEM ops
pelwell Jan 14, 2025
940e801
configs: Switch to the upstream SDHOST driver
pelwell Jan 13, 2025
a8df1f7
mmc: bcm2835: Add downstream overclocking support
pelwell Jan 13, 2025
8819802
media: imx219: Adjust PLL settings based on the number of MIPI lanes
6by9 Jan 16, 2025
5d9667f
IMX219: Add 4-lane option to the device tree overlay
peyton-howe Jan 4, 2025
f2e5f6a
drivers: media: pisp_be: Add support for YUV422 planar format
naushir Jan 15, 2025
75c6326
drivers: media: pisp_be: Remove unused fields in struct pisp_be_config
naushir Jan 16, 2025
74fa2a1
dtoverlays: waveshare-panel: Disable new touch controller by default
6by9 Jan 20, 2025
3e8bc12
drm/gem: Create shmem GEM object in a given mountpoint
mairacanal Sep 23, 2024
10d20df
drm/gem: Create a drm_gem_object_init_with_mnt() function
mairacanal Sep 23, 2024
726aef9
drm/v3d: Use v3d_perfmon_find()
Sep 23, 2024
fbc8ff4
drm/v3d: Fix return if scheduler initialization fails
mairacanal Sep 23, 2024
9e52645
drm/v3d: Introduce gemfs
mairacanal Sep 23, 2024
7176fd9
drm/v3d: Reduce the alignment of the node allocation
mairacanal Sep 23, 2024
de7da2b
drm/v3d: Support Big/Super Pages when writing out PTEs
mairacanal Sep 23, 2024
e86a338
drm/v3d: Use gemfs/THP in BO creation if available
mairacanal Sep 23, 2024
6c3d9a7
drm/v3d: Add modparam for turning off Big/Super Pages
mairacanal Sep 23, 2024
c8dae8c
drm/v3d: Expose Super Pages capability
mairacanal Sep 23, 2024
febed79
drm/v3d: Drop allocation of object without mountpoint
mbgg Oct 29, 2024
3835753
drm/v3d: Stop active perfmon if it is being destroyed
Nov 18, 2024
5f70488
drm/v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBAL
Dec 2, 2024
6d8144c
drm/v3d: Fix miscellaneous documentation errors
mairacanal Dec 6, 2024
ef92ad2
drm/v3d: Remove `v3d->cpu_job`
mairacanal Jan 13, 2025
ae8add1
drm: rp1: rp1-dpi: Add "rgb_order" property (to match VC4 DPI)
njhollinghurst Jan 20, 2025
b797613
configs: add CONFIG_SND_SOC_WM8904=m
pelwell Jan 22, 2025
a7954d0
add ina238 to i2c-sensors
jsarrett Jan 26, 2025
da2ed5f
configs: add CONFIG_SENSORS_INA238=m
jsarrett Jan 26, 2025
b4b3538
add shtc3 to i2c-sensors
jsarrett Jan 27, 2025
73304d1
drivers: media: pci: Update Hailo accelerator device driver to v4.20
naushir Jan 23, 2025
120ae72
overlays: Regularisation and improvements
pelwell Jan 27, 2025
714ecda
overlays: Factor out the common i2c bus selection
pelwell Jan 26, 2025
83976b1
README: show rpi-6.12.y build status
marcone Jan 28, 2025
f35ee3e
misc: rp1-pio: SM_CONFIG_XFER32 = larger DMA bufs
pelwell Jan 30, 2025
dee113c
Enable CONFIG_NETKIT
sholdee Jan 31, 2025
a60089e
configs: Enable Renesas XHCI driver
nbuchwitz Feb 2, 2025
aa53882
spi: dw: Wait for idle after TX
pelwell Feb 3, 2025
efa310a
misc: rp1-pio: Error out on incompatible firmware
pelwell Feb 3, 2025
07ce14e
firmware: rp1: Linger on firmware failure
pelwell Feb 3, 2025
61feac6
mailbox: rp1: Don't claim channels in of_xlate
pelwell Feb 4, 2025
5ece90f
arm64: dts: Prepare for #size-cells = 2
pelwell Feb 4, 2025
0b540ff
dts: bcm2712: add missing brcm,vdm-qos-map to cm5 base dts
P33M Feb 11, 2025
6e67048
Revert "staging: media: rpivid: Add Raspberry Pi V4L2 H265 decoder"
6by9 Dec 5, 2024
b308a65
Revert "media: videodev2.h: Add a format for column YUV4:2:0 modes"
6by9 Dec 12, 2024
6aa7795
Revert "RFC: media: Add media_request_{pin,unpin} API"
6by9 Feb 12, 2025
036a581
media: mc: add manual request completion
Aug 29, 2024
f924217
media: vicodec: add support for manual completion
Aug 29, 2024
7b80fa1
media: mc: add debugfs node to keep track of requests
Aug 29, 2024
cd38503
docs: uapi: media: Document Raspberry Pi NV12 column format
6by9 Feb 6, 2025
fe000b8
media: ioctl: Add pixel formats NV12MT_COL128 and NV12MT_10_COL128
6by9 Feb 6, 2025
8c45804
media: dt-bindings: media: Add binding for the Raspberry Pi HEVC decoder
6by9 Feb 6, 2025
bd3fa8a
media: platform: Add Raspberry Pi HEVC decoder driver
Feb 6, 2025
c95e0ba
arm: dts: bcm2711-rpi: Add HEVC decoder node
6by9 Feb 6, 2025
45000df
arm: dt: broadcom: fixup downstream dts for HEVC decoder
6by9 Dec 5, 2024
5618629
dts: bcm2712: Fixup HEVC decoder nodes for new driver.
6by9 Jan 14, 2025
46022ac
media: v4l2: Add single planar NV12 column formats
6by9 Dec 12, 2024
eaf2cfb
media: hevc_dec: Add in downstream single planar SAND variant
6by9 Feb 11, 2025
02ce612
drm/vc4: Add algorithmic handling for SAND
6by9 Nov 13, 2024
293e8ea
arm: defconfig: Replace VIDEO_RPIVID with VIDEO_RPI_HEVC_DEC
6by9 Nov 14, 2024
5ae47b9
arm64: defconfig: Replace VIDEO_RPIVID with VIDEO_RPI_HEVC_DEC
6by9 Nov 14, 2024
6a52883
media: hevc_dec: Add module parameter for video_nr
6by9 Jan 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
95 changes: 95 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
name: "Bug report"
description: Create a report to help us fix your issue
body:
- type: markdown
attributes:
value: |
**Is this the right place for my bug report?**
This repository contains the Linux kernel used on the Raspberry Pi.
If you believe that the issue you are seeing is kernel-related, this is the right place.
If not, we have other repositories for the GPU firmware at [github.com/raspberrypi/firmware](https://github.com/raspberrypi/firmware) and Raspberry Pi userland applications at [github.com/raspberrypi/userland](https://github.com/raspberrypi/userland).

If you have problems with the Raspbian distribution packages, report them in the [github.com/RPi-Distro/repo](https://github.com/RPi-Distro/repo).
If you simply have a question, then [the Raspberry Pi forums](https://www.raspberrypi.org/forums) are the best place to ask it.

- type: textarea
id: description
attributes:
label: Describe the bug
description: |
Add a clear and concise description of what you think the bug is.
validations:
required: true

- type: textarea
id: reproduce
attributes:
label: Steps to reproduce the behaviour
description: |
List the steps required to reproduce the issue.
validations:
required: true

- type: dropdown
id: model
attributes:
label: Device (s)
description: On which device you are facing the bug?
multiple: true
options:
- Raspberry Pi Zero
- Raspberry Pi Zero W / WH
- Raspberry Pi Zero 2 W
- Raspberry Pi 1 Mod. A
- Raspberry Pi 1 Mod. A+
- Raspberry Pi 1 Mod. B
- Raspberry Pi 1 Mod. B+
- Raspberry Pi 2 Mod. B
- Raspberry Pi 2 Mod. B v1.2
- Raspberry Pi 3 Mod. A+
- Raspberry Pi 3 Mod. B
- Raspberry Pi 3 Mod. B+
- Raspberry Pi 4 Mod. B
- Raspberry Pi 400
- Raspberry Pi 5
- Raspberry Pi 500
- Raspberry Pi CM1
- Raspberry Pi CM3
- Raspberry Pi CM3 Lite
- Raspberry Pi CM3+
- Raspberry Pi CM3+ Lite
- Raspberry Pi CM4
- Raspberry Pi CM4 Lite
- Raspberry Pi CM5
- Raspberry Pi CM5 Lite
- Other
validations:
required: true

- type: textarea
id: system
attributes:
label: System
description: |
Copy and paste the results of the raspinfo command in to this section.
Alternatively, copy and paste a pastebin link, or add answers to the following questions:
* Which OS and version (`cat /etc/rpi-issue`)?
* Which firmware version (`vcgencmd version`)?
* Which kernel version (`uname -a`)?
validations:
required: true

- type: textarea
id: logs
attributes:
label: Logs
description: |
If applicable, add the relevant output from `dmesg` or similar.

- type: textarea
id: additional
attributes:
label: Additional context
description: |
Add any other relevant context for the problem.

9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
blank_issues_enabled: false
contact_links:
- name: "⛔ Question"
url: https://forums.raspberrypi.com
about: "Please do not use GitHub for asking questions. If you simply have a question, then the Raspberry Pi forums are the best place to ask it. Thanks in advance for helping us keep the issue tracker clean!"
- name: "⛔ Problems with Raspberry Pi OS packages"
url: https://github.com/RPi-Distro/repo
about: "If you have problems with a Raspberry Pi OS package, please report them at https://github.com/RPi-Distro/repo."

18 changes: 18 additions & 0 deletions .github/workflows/checkpatch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Advisory checkpatch review
on: [pull_request]

jobs:
review:
name: checkpatch review
runs-on: ubuntu-latest
steps:
- name: 'Calculate PR commits + 1'
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> $GITHUB_ENV
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
- name: Copy checkpatch.conf
run: cp ${{github.workspace}}/.github/workflows/ci_checkpatch.conf ${{github.workspace}}/.checkpatch.conf
- name: Run checkpatch review
uses: webispy/checkpatch-action@v9
4 changes: 4 additions & 0 deletions .github/workflows/ci_checkpatch.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
--no-tree
--ignore FILE_PATH_CHANGES
--ignore GIT_COMMIT_ID
--ignore SPDX_LICENSE_TAG
48 changes: 48 additions & 0 deletions .github/workflows/dtoverlaycheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Pi dtoverlay checks

on:
pull_request:
paths-ignore:
- '.github/**'
branches: [ "rpi-*" ]
push:
paths-ignore:
- '.github/**'
branches: [ "rpi-*" ]
workflow_dispatch:

env:
UTILS_DIR: "${{github.workspace}}/utils"

jobs:
dtoverlaycheck:
runs-on: ubuntu-latest

steps:
- name: Install toolchain
run: |
sudo apt update
sudo apt-get install gcc-arm-linux-gnueabihf libfdt-dev device-tree-compiler
timeout-minutes: 10

- uses: actions/checkout@v4
with:
fetch-depth: 1
clean: true

- name: overlaycheck
run: |
git clone https://github.com/raspberrypi/utils ${{env.UTILS_DIR}}
cd ${{env.UTILS_DIR}}
pwd
mkdir build
cd build
pwd
cmake ..
make -j4
sudo make install
cd ${{github.workspace}}
pwd
make ARCH=arm KERNEL=kernel CROSS_COMPILE=arm-linux-gnueabihf- bcm2711_defconfig
make ARCH=arm KERNEL=kernel CROSS_COMPILE=arm-linux-gnueabihf- dtbs
${{env.UTILS_DIR}}/overlaycheck/overlaycheck
108 changes: 108 additions & 0 deletions .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
name: Pi kernel build tests

on:
pull_request:
paths-ignore:
- '.github/**'
branches: [ "rpi-*" ]
push:
paths-ignore:
- '.github/**'
branches: [ "rpi-*" ]
workflow_dispatch:

env:
NUM_JOBS: 6

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- name: bcm2835
arch: arm
defconfig: bcm2835_defconfig
kernel: kernel

- name: arm64
arch: arm64
defconfig: defconfig
kernel: kernel8

- name: bcmrpi
arch: arm
defconfig: bcmrpi_defconfig
kernel: kernel

- name: bcm2709
arch: arm
defconfig: bcm2709_defconfig
kernel: kernel7

- name: bcm2711
arch: arm
defconfig: bcm2711_defconfig
kernel: kernel7l

- name: bcm2711_arm64
arch: arm64
defconfig: bcm2711_defconfig
kernel: kernel8

- name: bcm2712
arch: arm64
defconfig: bcm2712_defconfig
kernel: kernel_2712

steps:
- name: Update install
run:
sudo apt-get update

- name: Install toolchain
run:
if [[ "${{matrix.arch}}" == "arm64" ]]; then
sudo apt-get install gcc-aarch64-linux-gnu;
else
sudo apt-get install gcc-arm-linux-gnueabihf;
fi
timeout-minutes: 5

- uses: actions/checkout@v4
with:
fetch-depth: 1
clean: true

- name: Build kernel ${{matrix.name}}
run: |
mkdir ${{github.workspace}}/build
export ARCH=${{matrix.arch}}
if [[ "$ARCH" == "arm64" ]]; then
export CROSS_COMPILE=aarch64-linux-gnu-
export DTS_SUBDIR=broadcom
export IMAGE=Image.gz
else
export CROSS_COMPILE=arm-linux-gnueabihf-
export DTS_SUBDIR=broadcom
export IMAGE=zImage
fi
make O=${{github.workspace}}/build ${{matrix.defconfig}}
scripts/config --file ${{github.workspace}}/build/.config --set-val CONFIG_WERROR y
make O=${{github.workspace}}/build -j ${{env.NUM_JOBS}} $IMAGE modules dtbs
mkdir -p ${{github.workspace}}/install/boot/overlays
make O=${{github.workspace}}/build INSTALL_MOD_PATH=${{github.workspace}}/install modules_install
cp ${{github.workspace}}/build/arch/${ARCH}/boot/dts/${DTS_SUBDIR}/*.dtb ${{github.workspace}}/install/boot/
cp ${{github.workspace}}/build/arch/${ARCH}/boot/dts/overlays/*.dtb* ${{github.workspace}}/install/boot/overlays/
cp ${{github.workspace}}/arch/${ARCH}/boot/dts/overlays/README ${{github.workspace}}/install/boot/overlays/
cp ${{github.workspace}}/build/arch/${ARCH}/boot/$IMAGE ${{github.workspace}}/install/boot/${{matrix.kernel}}.img

- name: Tar build
run: tar -cvf ${{matrix.name}}_build.tar -C ${{github.workspace}}/install .

- name: Upload results
uses: actions/upload-artifact@v4
with:
name: ${{matrix.name}}_build
path: ${{matrix.name}}_build.tar
retention-days: 90
57 changes: 57 additions & 0 deletions .github/workflows/kunit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: KUnit Tests

on:
pull_request:
branches: [ "rpi-*"]

push:
branches: [ "rpi-*"]

jobs:
core:
name: Generic DRM/KMS Unit Tests
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Run Generic DRM Tests
run: |
echo Skipping ./tools/testing/kunit/kunit.py run \
--kunitconfig=drivers/gpu/drm/tests

vc4-arm:
name: VC4 Unit Tests on ARM
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc-arm-linux-gnueabihf qemu-system-arm

- name: Run VC4 Tests
run: |
./tools/testing/kunit/kunit.py run \
--kunitconfig=drivers/gpu/drm/vc4/tests \
--cross_compile=arm-linux-gnueabihf- --arch=arm

vc4-arm64:
name: VC4 Unit Tests on ARM64
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu qemu-system-arm

- name: Run VC4 Tests
run: |
./tools/testing/kunit/kunit.py run \
--kunitconfig=drivers/gpu/drm/vc4/tests \
--cross_compile=aarch64-linux-gnu- --arch=arm64
Loading
Loading