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

drm/vc4: Fix memory leak of the CRTC state. #1677

Merged
merged 1 commit into from
Oct 11, 2016

Conversation

anholt
Copy link
Contributor

@anholt anholt commented Oct 11, 2016

The underscores variant frees the pointers inside, while the
no-underscores variant calls underscores and then frees the struct.

Signed-off-by: Eric Anholt [email protected]
Fixes: d8dbf44 ("drm/vc4: Make the CRTCs cooperate on allocating display lists.")
Cc: [email protected]

The underscores variant frees the pointers inside, while the
no-underscores variant calls underscores and then frees the struct.

Signed-off-by: Eric Anholt <[email protected]>
Fixes: d8dbf44 ("drm/vc4: Make the CRTCs cooperate on allocating display lists.")
Cc: [email protected]
@popcornmix popcornmix merged commit a59ca8f into raspberrypi:rpi-4.4.y Oct 11, 2016
@pelwell pelwell mentioned this pull request Oct 11, 2016
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Oct 20, 2016
kernel: drm/vc4: Fix memory leak of the CRTC state
See: raspberrypi/linux#1677

kernel: BCM270X_DT: Update CM3 to use sdhost interface

firmware: isp: Add isp and isp_ilc to standard Pi variant as a cheap resize
firmware: MMAL: Add parameters to configure source pattern
firmware: IL Camera: Minor tidy up in RGB output handling
firmware: Video_render: Support YV12 and NV21 (YVU formats
firmware: IL Source: Add support for YV12 output (YVU420PackedPlanar)
firmware: IL ISP: Major updates
firmware: mmal_ril: Relay buffer alignment from RIL to MMAL

firmware: ldconfig: Increase line buffer length from 80 to 100

firmware: h264: Fix skipping of SPSX in header bytes
See: https://discourse.osmc.tv/t/video-does-not-work-with-hardware-acceleartion/6629/11

firmware: display: Allow display blanking to affect DPI output
See: #672
popcornmix added a commit to Hexxeh/rpi-firmware that referenced this pull request Oct 20, 2016
kernel: drm/vc4: Fix memory leak of the CRTC state
See: raspberrypi/linux#1677

kernel: BCM270X_DT: Update CM3 to use sdhost interface

firmware: isp: Add isp and isp_ilc to standard Pi variant as a cheap resize
firmware: MMAL: Add parameters to configure source pattern
firmware: IL Camera: Minor tidy up in RGB output handling
firmware: Video_render: Support YV12 and NV21 (YVU formats
firmware: IL Source: Add support for YV12 output (YVU420PackedPlanar)
firmware: IL ISP: Major updates
firmware: mmal_ril: Relay buffer alignment from RIL to MMAL

firmware: ldconfig: Increase line buffer length from 80 to 100

firmware: h264: Fix skipping of SPSX in header bytes
See: https://discourse.osmc.tv/t/video-does-not-work-with-hardware-acceleartion/6629/11

firmware: display: Allow display blanking to affect DPI output
See: raspberrypi/firmware#672
neuschaefer pushed a commit to neuschaefer/raspi-binary-firmware that referenced this pull request Feb 27, 2017
kernel: drm/vc4: Fix memory leak of the CRTC state
See: raspberrypi/linux#1677

kernel: BCM270X_DT: Update CM3 to use sdhost interface

firmware: isp: Add isp and isp_ilc to standard Pi variant as a cheap resize
firmware: MMAL: Add parameters to configure source pattern
firmware: IL Camera: Minor tidy up in RGB output handling
firmware: Video_render: Support YV12 and NV21 (YVU formats
firmware: IL Source: Add support for YV12 output (YVU420PackedPlanar)
firmware: IL ISP: Major updates
firmware: mmal_ril: Relay buffer alignment from RIL to MMAL

firmware: ldconfig: Increase line buffer length from 80 to 100

firmware: h264: Fix skipping of SPSX in header bytes
See: https://discourse.osmc.tv/t/video-does-not-work-with-hardware-acceleartion/6629/11

firmware: display: Allow display blanking to affect DPI output
See: raspberrypi#672
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants