Merge tag 'drm/tegra/for-3.15-rc3' of git://anongit.freedesktop.org/tegra/linux into drm-next
drm/tegra: Fixes for v3.15-rc3 A single fix for some framebuffer reference counting fallout caused by the primary plane helpers introduced in 3.15-rc1. * tag 'drm/tegra/for-3.15-rc3' of git://anongit.freedesktop.org/tegra/linux: drm/tegra: restrict plane loops to legacy planes
This commit is contained in:
@@ -312,7 +312,7 @@ static void tegra_crtc_disable(struct drm_crtc *crtc)
|
|||||||
struct drm_device *drm = crtc->dev;
|
struct drm_device *drm = crtc->dev;
|
||||||
struct drm_plane *plane;
|
struct drm_plane *plane;
|
||||||
|
|
||||||
list_for_each_entry(plane, &drm->mode_config.plane_list, head) {
|
drm_for_each_legacy_plane(plane, &drm->mode_config.plane_list) {
|
||||||
if (plane->crtc == crtc) {
|
if (plane->crtc == crtc) {
|
||||||
tegra_plane_disable(plane);
|
tegra_plane_disable(plane);
|
||||||
plane->crtc = NULL;
|
plane->crtc = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user