linux_dsm_epyc7002/drivers/gpu/drm/i915
Maarten Lankhorst 7bff9779d7 drm/i915: Fix regression with crtc disable ordering
When we moved the code to disable crtc's to a separate patch,
we forgot to ensure that for_each_oldnew_intel_crtc_in_state_reverse()
was moved as well.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Fixes: 66d9cec8a6 ("drm/i915/display: Move the commit_tail() disable sequence to separate function")
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Manasi Navare <manasi.d.navare@intel.com>
Cc: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190830101644.8740-1-maarten.lankhorst@linux.intel.com
2019-08-30 14:18:31 -07:00
..
display drm/i915: Fix regression with crtc disable ordering 2019-08-30 14:18:31 -07:00
gem drm/i915: Use RCU for unlocked vm_idr lookup 2019-08-30 21:17:48 +01:00
gt drm/i915/gtt: Downgrade Cherryview back to aliasing-ppgtt 2019-08-30 20:49:56 +01:00
gvt drm/i915/psr: Make PSR registers relative to transcoders 2019-08-22 13:09:06 -07:00
oa
selftests drm/i915: s/for_each_sgt_dma/for_each_sgt_daddr/ 2019-08-29 21:59:16 +01:00
i915_active_types.h
i915_active.c drm/i915: Only activate i915_active debugobject once 2019-08-27 16:41:41 +01:00
i915_active.h
i915_buddy.c
i915_buddy.h
i915_cmd_parser.c
i915_debugfs.c drm/i915: Align power domain names with port names 2019-08-28 19:33:42 +03:00
i915_debugfs.h
i915_drv.c drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe() 2019-08-26 11:24:45 -04:00
i915_drv.h drm/i915/display: Move the commit_tail() disable sequence to separate function 2019-08-29 14:15:29 -07:00
i915_fixed.h
i915_gem_evict.c drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICT 2019-08-21 14:07:54 +01:00
i915_gem_fence_reg.c drm/i915: Replace i915_vma_put_fence() 2019-08-22 08:53:42 +01:00
i915_gem_fence_reg.h drm/i915: Track ggtt fence reservations under its own mutex 2019-08-22 08:53:40 +01:00
i915_gem_gtt.c drm/i915: Remove ppgtt->dirty_engines 2019-08-30 20:49:57 +01:00
i915_gem_gtt.h drm/i915: Remove ppgtt->dirty_engines 2019-08-30 20:49:57 +01:00
i915_gem.c drm/i915: Flush the existing fence before GGTT read/write 2019-08-23 19:44:21 +01:00
i915_gem.h
i915_getparam.c
i915_globals.c
i915_globals.h
i915_gpu_error.c drm/i915: s/for_each_sgt_dma/for_each_sgt_daddr/ 2019-08-29 21:59:16 +01:00
i915_gpu_error.h
i915_ioc32.c
i915_irq.c drm/i915: unify icp, tgp and mcc irq setup 2019-08-30 11:01:19 -07:00
i915_irq.h
i915_memcpy.c
i915_memcpy.h
i915_mm.c
i915_params.c
i915_params.h
i915_pci.c drm/i915/gtt: Downgrade Cherryview back to aliasing-ppgtt 2019-08-30 20:49:56 +01:00
i915_perf.c drm/i915/tgl/perf: use the same oa ctx_id format as icl 2019-08-27 08:47:31 -07:00
i915_perf.h
i915_pmu.c
i915_pmu.h
i915_priolist_types.h
i915_pvinfo.h
i915_query.c drm/i915: Add EU stride runtime parameter 2019-08-23 19:14:22 +01:00
i915_query.h
i915_reg.h drm/i915: parameterize SDE hotplug registers 2019-08-30 11:01:10 -07:00
i915_request.c drm/i915: Protect our local workers against I915_FENCE_TIMEOUT 2019-08-28 18:17:53 +01:00
i915_request.h
i915_scatterlist.c
i915_scatterlist.h drm/i915: s/for_each_sgt_dma/for_each_sgt_daddr/ 2019-08-29 21:59:16 +01:00
i915_scheduler_types.h
i915_scheduler.c
i915_scheduler.h
i915_selftest.h
i915_suspend.c
i915_suspend.h
i915_sw_fence_work.c drm/i915: Generalise the clflush dma-worker 2019-08-22 08:27:44 +01:00
i915_sw_fence_work.h drm/i915: Generalise the clflush dma-worker 2019-08-22 08:27:44 +01:00
i915_sw_fence.c Merge drm/drm-next into drm-intel-next-queued 2019-08-22 00:10:36 -07:00
i915_sw_fence.h Merge drm/drm-next into drm-intel-next-queued 2019-08-22 00:10:36 -07:00
i915_syncmap.c
i915_syncmap.h
i915_sysfs.c
i915_sysfs.h
i915_trace_points.c
i915_trace.h
i915_user_extensions.c
i915_user_extensions.h
i915_utils.c
i915_utils.h
i915_vgpu.c drm/i915: to make vgpu ppgtt notificaiton as atomic operation 2019-08-24 12:12:34 +01:00
i915_vgpu.h
i915_vma.c drm/i915: Replace i915_vma_put_fence() 2019-08-22 08:53:42 +01:00
i915_vma.h drm/i915: Replace i915_vma_put_fence() 2019-08-22 08:53:42 +01:00
intel_csr.c
intel_csr.h
intel_device_info.c drm/i915: Expand subslice mask 2019-08-23 19:14:27 +01:00
intel_device_info.h
intel_gvt.c
intel_gvt.h
intel_pch.c
intel_pch.h
intel_pm.c drm/i915: Use hweight8() for 8bit masks 2019-08-23 21:36:01 +03:00
intel_pm.h
intel_runtime_pm.c
intel_runtime_pm.h
intel_sideband.c
intel_sideband.h
intel_uncore.c
intel_uncore.h
intel_wakeref.c
intel_wakeref.h
intel_wopcm.c
intel_wopcm.h
Kconfig
Kconfig.debug
Kconfig.profile
Makefile drm/i915: Generalise the clflush dma-worker 2019-08-22 08:27:44 +01:00