Skip to content

Commit

Permalink
kernel: Bump to 4.9.23
Browse files Browse the repository at this point in the history
kernel: vc4 HDMI audio, unlimited CMA memory, bugfix
See: raspberrypi/linux#1936

firmware: IL Camera: snapshot format setup incorrectly for RGB and YUYV
See: raspberrypi/userland#388

firmware: arm_dt/unicam: Disable VPU unicam irqs if enabled in DT
firmware: MMAL: Add support for the missing raw12, raw16, and 10to8dpcm formats
firmware: Camera/tuner: Allow client to override lens shading table

firmware: Revert Set up HDMI VCO same for VEC as for HDMI
See: #795
  • Loading branch information
popcornmix committed Apr 19, 2017
1 parent e73ca0a commit 4b79411
Show file tree
Hide file tree
Showing 6,293 changed files with 70,813 additions and 70,697 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified boot/bcm2708-rpi-0-w.dtb
Binary file not shown.
Binary file modified boot/bcm2708-rpi-b-plus.dtb
Binary file not shown.
Binary file modified boot/bcm2708-rpi-b.dtb
Binary file not shown.
Binary file modified boot/bcm2708-rpi-cm.dtb
Binary file not shown.
Binary file modified boot/bcm2709-rpi-2-b.dtb
Binary file not shown.
Binary file modified boot/bcm2710-rpi-3-b.dtb
Binary file not shown.
Binary file modified boot/bcm2710-rpi-cm3.dtb
Binary file not shown.
Binary file modified boot/bootcode.bin
Binary file not shown.
Binary file modified boot/fixup.dat
Binary file not shown.
Binary file modified boot/fixup_cd.dat
Binary file not shown.
Binary file modified boot/fixup_db.dat
Binary file not shown.
Binary file modified boot/fixup_x.dat
Binary file not shown.
Binary file modified boot/kernel.img
Binary file not shown.
Binary file modified boot/kernel7.img
Binary file not shown.
Binary file modified boot/start.elf
Binary file not shown.
Binary file modified boot/start_cd.elf
Binary file not shown.
Binary file modified boot/start_db.elf
Binary file not shown.
Binary file modified boot/start_x.elf
Binary file not shown.
6 changes: 5 additions & 1 deletion documentation/ilcomponents/camera.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h1>OMX.broadcom.camera</h1>
<p>
<p>
<table border="1" cellspacing="0" cellpadding="2"><tr><td>Port<td>Index<td>Notes
<tr valign="top"><td rowspan="103">&nbsp;<td><tt>OMX_IndexParamCommonSensorMode</tt>
<tr valign="top"><td rowspan="104">&nbsp;<td><tt>OMX_IndexParamCommonSensorMode</tt>
<td> Query / set the camera sensor mode. When setting this parameter, only
bOneShot is used. It will return the actual sensor resolution when
queried (as per the OMX specification)
Expand Down Expand Up @@ -587,6 +587,10 @@ <h1>OMX.broadcom.camera</h1>
restriction and run with nStride = (nFrameWidth * bytes_per_pixel), and
nSliceHeight = nFrameHeight, even if nFrameWidth and nFrameHeight are
not appropriate multiples.
<tr valign="top"><td><tt><a href="prop.html#OMX_IndexParamBrcmLensShadingOverride">OMX_IndexParamBrcmLensShadingOverride</a></tt>
<td> Override the lens shading table.
Mechanism for the client to provide lens shading tables to replace
the default lens shading tables.
<tr valign="top"><td rowspan="6">70<td><tt>OMX_IndexParamPortDefinition</tt>
<td> Query / set the preview port resolution. Parts of this value may be
overwritten by the component if Camplus needs to apply additional
Expand Down
32 changes: 32 additions & 0 deletions documentation/ilcomponents/prop.html
Original file line number Diff line number Diff line change
Expand Up @@ -2460,6 +2460,38 @@ <h1>Broadcom Custom Index List</h1>

<p>

<a name="OMX_IndexParamBrcmLensShadingOverride"><h2>Override the lens shading table</h2></a>
<tt>OMX_IndexParamBrcmLensShadingOverride</tt><br>
Used by: <a href="camera.html">camera</a><p>

<pre>
typedef struct OMX_PARAM_LENSSHADINGOVERRIDETYPE {
OMX_U32 nSize;
OMX_VERSIONTYPE nVersion;

OMX_BOOL bEnabled;
OMX_U32 nGridCellSize;
OMX_U32 nWidth;
OMX_U32 nStride;
OMX_U32 nHeight;
OMX_U32 nMemHandleTable;
OMX_U32 nRefTransform;
} OMX_PARAM_LENSSHADINGOVERRIDETYPE;
</pre><p>
Mechanism for the client to provide lens shading tables to replace
the default lens shading tables.

<p>

<dl>
<dt><tt>bEnabled</tt><dd>Enable the override grid
<dt><tt>nGridCellSize</tt><dd>size of each grid element. Assumes square grid
<dt><tt>nWidth</tt><dd>grid width
<dt><tt>nStride</tt><dd>grid stride (allows for padding)
<dt><tt>nHeight</tt><dd>grid height
<dt><tt>nMemHandleTable</tt><dd>Handle for grid
<dt><tt>nRefTransform</tt><dd>Reference transform taken from raw header
</dl>
<a name="OMX_IndexParamBrcmMaxCorruptMBs"><h2>Sets the maximum number of corrupt macroblocks allowed</h2></a>
<tt>OMX_IndexParamBrcmMaxCorruptMBs</tt><br>
Used by: <a href="null_sink.html">null_sink</a><p>
Expand Down
4 changes: 1 addition & 3 deletions extra/Module.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,7 @@
0xc765064d scsi_device_lookup_by_target vmlinux EXPORT_SYMBOL
0x79aa04a2 get_random_bytes vmlinux EXPORT_SYMBOL
0xc1050bad snd_ctl_activate_id sound/core/snd EXPORT_SYMBOL_GPL
0x6e861c2d snd_pcm_hw_constraint_eld sound/core/snd-pcm EXPORT_SYMBOL_GPL
0x819ecbae ieee80211_alloc_hw_nm net/mac80211/mac80211 EXPORT_SYMBOL
0x2fc4f5c7 usb_serial_generic_submit_read_urbs drivers/usb/serial/usbserial EXPORT_SYMBOL_GPL
0x55f2632b rt2x00mac_sw_scan_complete drivers/net/wireless/ralink/rt2x00/rt2x00lib EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -6210,7 +6211,6 @@
0x0f279f4c __platform_driver_register vmlinux EXPORT_SYMBOL_GPL
0x0aa194ca mipi_dsi_attach vmlinux EXPORT_SYMBOL
0x7716b029 sock_gen_put vmlinux EXPORT_SYMBOL_GPL
0x9c0b8248 cma_get_size vmlinux EXPORT_SYMBOL
0x4042c560 thermal_zone_get_temp vmlinux EXPORT_SYMBOL_GPL
0x4f15b972 dwc_cc_remove vmlinux EXPORT_SYMBOL
0x5aa7ca32 platform_driver_unregister vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -7077,7 +7077,6 @@
0x008ddddf crypto_rng_reset vmlinux EXPORT_SYMBOL_GPL
0xcdec002d fat_search_long vmlinux EXPORT_SYMBOL_GPL
0xa6427153 seq_path vmlinux EXPORT_SYMBOL
0x6f762933 cma_get_base vmlinux EXPORT_SYMBOL
0xcc5005fe msleep_interruptible vmlinux EXPORT_SYMBOL
0xdc6596fa irq_set_parent vmlinux EXPORT_SYMBOL_GPL
0x783b3563 wake_up_atomic_t vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -9800,7 +9799,6 @@
0x052cb9d9 xprt_set_retrans_timeout_def vmlinux EXPORT_SYMBOL_GPL
0x40a9b349 vzalloc vmlinux EXPORT_SYMBOL
0x26c224b4 i2c_new_device vmlinux EXPORT_SYMBOL_GPL
0x4fd950ed dma_contiguous_default_area vmlinux EXPORT_SYMBOL
0xbfb2f7f0 device_for_each_child vmlinux EXPORT_SYMBOL_GPL
0xc79f17a0 clk_debugfs_add_file vmlinux EXPORT_SYMBOL_GPL
0xf8bf2f94 cfg80211_reg_can_beacon_relax net/wireless/cfg80211 EXPORT_SYMBOL
Expand Down
4 changes: 1 addition & 3 deletions extra/Module7.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -1202,6 +1202,7 @@
0xfdbe401a scsi_device_lookup_by_target vmlinux EXPORT_SYMBOL
0x79aa04a2 get_random_bytes vmlinux EXPORT_SYMBOL
0x1f9ea247 snd_ctl_activate_id sound/core/snd EXPORT_SYMBOL_GPL
0x3f929e84 snd_pcm_hw_constraint_eld sound/core/snd-pcm EXPORT_SYMBOL_GPL
0x83c57ee9 ieee80211_alloc_hw_nm net/mac80211/mac80211 EXPORT_SYMBOL
0x30f787e8 usb_serial_generic_submit_read_urbs drivers/usb/serial/usbserial EXPORT_SYMBOL_GPL
0x0f52f9a4 rt2x00mac_sw_scan_complete drivers/net/wireless/ralink/rt2x00/rt2x00lib EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -6199,7 +6200,6 @@
0xe5590619 __platform_driver_register vmlinux EXPORT_SYMBOL_GPL
0xca8b9f2c mipi_dsi_attach vmlinux EXPORT_SYMBOL
0xcfaa42dd sock_gen_put vmlinux EXPORT_SYMBOL_GPL
0xc949d0c8 cma_get_size vmlinux EXPORT_SYMBOL
0xebc1e651 thermal_zone_get_temp vmlinux EXPORT_SYMBOL_GPL
0x4f15b972 dwc_cc_remove vmlinux EXPORT_SYMBOL
0x37b77dde platform_driver_unregister vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -7059,7 +7059,6 @@
0xd3158cda crypto_rng_reset vmlinux EXPORT_SYMBOL_GPL
0x5df7459b fat_search_long vmlinux EXPORT_SYMBOL_GPL
0xb1abacfd seq_path vmlinux EXPORT_SYMBOL
0xb13a8e48 cma_get_base vmlinux EXPORT_SYMBOL
0xcc5005fe msleep_interruptible vmlinux EXPORT_SYMBOL
0xdc6596fa irq_set_parent vmlinux EXPORT_SYMBOL_GPL
0x783b3563 wake_up_atomic_t vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -9788,7 +9787,6 @@
0x1ab6258b xprt_set_retrans_timeout_def vmlinux EXPORT_SYMBOL_GPL
0x40a9b349 vzalloc vmlinux EXPORT_SYMBOL
0xee7b0826 i2c_new_device vmlinux EXPORT_SYMBOL_GPL
0x4fd950ed dma_contiguous_default_area vmlinux EXPORT_SYMBOL
0x00bdef06 device_for_each_child vmlinux EXPORT_SYMBOL_GPL
0xa96f71f9 clk_debugfs_add_file vmlinux EXPORT_SYMBOL_GPL
0x4919ab64 cfg80211_reg_can_beacon_relax net/wireless/cfg80211 EXPORT_SYMBOL
Expand Down
Loading

0 comments on commit 4b79411

Please sign in to comment.