-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
bcm2708_fb : Implement the FBIOBLANK ioctl using the mailbox property in... #655
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… interface This addresses raspberrypi#487
popcornmix
added a commit
that referenced
this pull request
Aug 6, 2014
bcm2708_fb : Implement the FBIOBLANK ioctl using the mailbox property in...
Looks okay. Thanks. |
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this pull request
Aug 6, 2014
kernel: Added support for HiFiBerry DAC+ See: raspberrypi/linux#657 kernel: ASoC: BCM: Typo in RPi-DAC driver See: raspberrypi/linux#656 kernel: bcm2708_fb : Implement the FBIOBLANK ioctl using the mailbox property See: raspberrypi/linux#655 firmware: vmcs_host: Fix missing install of libvcilcs.so See: raspberrypi/userland#194 userland: Update of RaspiStillYUV.c and burst mode See: raspberrypi/userland#191 firmware: Add burst mode to raspistill/raspiyuv and settings and long exposure to raspivid Set burst mode before first capture and force dynamic frame rate to fulfil shutter speed requirement. MMAL: Correct parameter names for denoise control H264 encode: Sort inline headers for VBR. Implements vc_image_fill for VC_IMAGE_YUV_UV images Add vc_image_atext support for YUV_UV images ncrease memory reservation for annotate stage Add annotate stage to Raspberry Pi Full variant. Allow config Add control of the annotate stage to the debug tuner Add YUV_UV support to Camplus annotate stage Add AF metadata before postproc stage,Refactor annotate plots Add lens position plot to annotate state.Add frame no. Tidy up code a bit. MJPEG: Rework so that it can have a 4MB output FIFO OV5647: Tidy up unused tuning data AGC: If gain/threshold are 0, initialise them Pull latest vcos_msgqueue from vc4/DEV OV5647: Fix for incorrectly selecting 0.16-1fps mode See: http://www.raspberrypi.org/forums/viewtopic.php?f=43&t=83353
popcornmix
added a commit
to Hexxeh/rpi-firmware
that referenced
this pull request
Aug 6, 2014
kernel: Added support for HiFiBerry DAC+ See: raspberrypi/linux#657 kernel: ASoC: BCM: Typo in RPi-DAC driver See: raspberrypi/linux#656 kernel: bcm2708_fb : Implement the FBIOBLANK ioctl using the mailbox property See: raspberrypi/linux#655 firmware: vmcs_host: Fix missing install of libvcilcs.so See: raspberrypi/userland#194 userland: Update of RaspiStillYUV.c and burst mode See: raspberrypi/userland#191 firmware: Add burst mode to raspistill/raspiyuv and settings and long exposure to raspivid Set burst mode before first capture and force dynamic frame rate to fulfil shutter speed requirement. MMAL: Correct parameter names for denoise control H264 encode: Sort inline headers for VBR. Implements vc_image_fill for VC_IMAGE_YUV_UV images Add vc_image_atext support for YUV_UV images ncrease memory reservation for annotate stage Add annotate stage to Raspberry Pi Full variant. Allow config Add control of the annotate stage to the debug tuner Add YUV_UV support to Camplus annotate stage Add AF metadata before postproc stage,Refactor annotate plots Add lens position plot to annotate state.Add frame no. Tidy up code a bit. MJPEG: Rework so that it can have a 4MB output FIFO OV5647: Tidy up unused tuning data AGC: If gain/threshold are 0, initialise them Pull latest vcos_msgqueue from vc4/DEV OV5647: Fix for incorrectly selecting 0.16-1fps mode See: http://www.raspberrypi.org/forums/viewtopic.php?f=43&t=83353
popcornmix
pushed a commit
that referenced
this pull request
Jul 4, 2016
The commit below mistakenly changed an rcu_dereference_check to a rcu_dereference_protected which introduced the following RCU warning: [ INFO: suspicious RCU usage. ] 4.6.0-rc7-next-20160513-dbg-00004-g8de8b92-dirty #655 Not tainted ------------------------------- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h:1069 suspicious rcu_dereference_protected() usage! Call Trace: [<ffffffff8106b836>] lockdep_rcu_suspicious+0xf7/0x100 [<ffffffffa03b2321>] iwl_mvm_get_key_sta.part.0+0x5d/0x80 [iwlmvm] [<ffffffffa03b4acb>] iwl_mvm_update_tkip_key+0xd3/0x162 [iwlmvm] [<ffffffffa03a2b60>] iwl_mvm_mac_update_tkip_key+0x17/0x19 [iwlmvm] [<ffffffffa0329646>] ieee80211_tkip_decrypt_data+0x22c/0x24b [mac80211] [<ffffffffa0318bb1>] ieee80211_crypto_tkip_decrypt+0xc5/0x110 [mac80211] [<ffffffffa033102e>] ieee80211_rx_handlers+0x9bb/0x1fe1 [mac80211] Fixes: 13303c0 ("iwlwifi: mvm: use helpers to get iwl_mvm_sta") Reported-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
neuschaefer
pushed a commit
to neuschaefer/raspi-binary-firmware
that referenced
this pull request
Feb 27, 2017
kernel: Added support for HiFiBerry DAC+ See: raspberrypi/linux#657 kernel: ASoC: BCM: Typo in RPi-DAC driver See: raspberrypi/linux#656 kernel: bcm2708_fb : Implement the FBIOBLANK ioctl using the mailbox property See: raspberrypi/linux#655 firmware: vmcs_host: Fix missing install of libvcilcs.so See: raspberrypi/userland#194 userland: Update of RaspiStillYUV.c and burst mode See: raspberrypi/userland#191 firmware: Add burst mode to raspistill/raspiyuv and settings and long exposure to raspivid Set burst mode before first capture and force dynamic frame rate to fulfil shutter speed requirement. MMAL: Correct parameter names for denoise control H264 encode: Sort inline headers for VBR. Implements vc_image_fill for VC_IMAGE_YUV_UV images Add vc_image_atext support for YUV_UV images ncrease memory reservation for annotate stage Add annotate stage to Raspberry Pi Full variant. Allow config Add control of the annotate stage to the debug tuner Add YUV_UV support to Camplus annotate stage Add AF metadata before postproc stage,Refactor annotate plots Add lens position plot to annotate state.Add frame no. Tidy up code a bit. MJPEG: Rework so that it can have a 4MB output FIFO OV5647: Tidy up unused tuning data AGC: If gain/threshold are 0, initialise them Pull latest vcos_msgqueue from vc4/DEV OV5647: Fix for incorrectly selecting 0.16-1fps mode See: http://www.raspberrypi.org/forums/viewtopic.php?f=43&t=83353
pfpacket
pushed a commit
to pfpacket/linux-rpi-rust
that referenced
this pull request
Apr 7, 2023
samples/rust: add static mutex and condvar to sync sample
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
...terface
This addresses #487