linux_dsm_epyc7002/drivers/gpu/drm/i915
Clint Taylor 0ca9488193 drm/i915/glk: Add Quirk for GLK NUC HDMI port issues.
On GLK NUC platforms the HDMI retiming buffer needs additional disabled
time to correctly sync to a faster incoming signal.

When measured on a scope the highspeed lines of the HDMI clock turn off
 for ~400uS during a normal resolution change. The HDMI retimer on the
 GLK NUC appears to require at least a full frame of quiet time before a
new faster clock can be correctly sync'd. Wait 100ms due to msleep
inaccuracies while waiting for a completed frame. Add a quirk to the
driver for GLK boards that use ITE66317 HDMI retimers.

V2: Add more devices to the quirk list
V3: Delay increased to 100ms, check to confirm crtc type is HDMI.
V4: crtc type check extended to include _DDI and whitespace fixes
v5: Fix white spaces, remove the macro for delay. Revert the crtc type
    check introduced in v4.

Cc: Imre Deak <imre.deak@intel.com>
Cc: <stable@vger.kernel.org> # v4.14+
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105887
Signed-off-by: Clint Taylor <clinton.a.taylor@intel.com>
Tested-by: Daniel Scheller <d.scheller.oss@gmail.com>
Signed-off-by: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180710200205.1478-1-radhakrishna.sripada@intel.com
(cherry picked from commit 90c3e21987)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2018-07-25 14:52:17 -07:00
..
gvt drm/i915/gvt: update vreg on inhibit context lri command 2018-07-05 15:33:37 +08:00
selftests treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
dvo_ch7xxx.c
dvo_ch7017.c
dvo_ivch.c
dvo_ns2501.c
dvo_sil164.c
dvo_tfp410.c
dvo.h
i915_cmd_parser.c
i915_debugfs.c drm/i915/icl: add basic support for the ICL clocks 2018-05-07 16:42:47 -07:00
i915_drv.c Last drm/i915 changes for v4.18: 2018-05-16 07:10:13 +10:00
i915_drv.h drm/i915/glk: Add Quirk for GLK NUC HDMI port issues. 2018-07-25 14:52:17 -07:00
i915_gem_batch_pool.c
i915_gem_batch_pool.h
i915_gem_clflush.c
i915_gem_clflush.h
i915_gem_context.c drm/i915: Fix context ban and hang accounting for client 2018-06-19 15:48:16 +03:00
i915_gem_context.h drm/i915: Split i915_gem_timeline into individual timelines 2018-05-02 23:57:18 +01:00
i915_gem_dmabuf.c
i915_gem_evict.c
i915_gem_execbuffer.c drm/i915: Apply batch location restrictions before pinning 2018-06-19 15:47:37 +03:00
i915_gem_fence_reg.c
i915_gem_fence_reg.h
i915_gem_gtt.c drm/i915/selftests: scrub 64K 2018-05-13 10:29:18 +01:00
i915_gem_gtt.h drm/i915/selftests: scrub 64K 2018-05-13 10:29:18 +01:00
i915_gem_internal.c
i915_gem_object.c
i915_gem_object.h
i915_gem_render_state.c
i915_gem_render_state.h
i915_gem_shrinker.c
i915_gem_stolen.c drm/i915: Do NOT skip the first 4k of stolen memory for pre-allocated buffers v2 2018-04-21 10:05:38 +02:00
i915_gem_tiling.c
i915_gem_userptr.c drm/i915/userptr: reject zero user_size 2018-05-14 15:09:03 +03:00
i915_gem.c drm/i915: Try GGTT mmapping whole object as partial 2018-07-03 14:54:12 +03:00
i915_gem.h drm/i915: Compile out engine debug for release 2018-04-26 15:13:35 +01:00
i915_gemfs.c
i915_gemfs.h
i915_gpu_error.c drm/i915: Split i915_gem_timeline into individual timelines 2018-05-02 23:57:18 +01:00
i915_gpu_error.h drm/i915: Show ring->start for the ELSP context/request queue 2018-05-02 15:27:22 +01:00
i915_ioc32.c
i915_irq.c drm/i915: Fix hotplug irq ack on i965/g4x 2018-07-09 14:36:47 -07:00
i915_memcpy.c
i915_mm.c
i915_oa_bdw.c
i915_oa_bdw.h
i915_oa_bxt.c
i915_oa_bxt.h
i915_oa_cflgt2.c
i915_oa_cflgt2.h
i915_oa_cflgt3.c
i915_oa_cflgt3.h
i915_oa_chv.c
i915_oa_chv.h
i915_oa_cnl.c
i915_oa_cnl.h
i915_oa_glk.c
i915_oa_glk.h
i915_oa_hsw.c
i915_oa_hsw.h
i915_oa_icl.c
i915_oa_icl.h
i915_oa_kblgt2.c
i915_oa_kblgt2.h
i915_oa_kblgt3.c
i915_oa_kblgt3.h
i915_oa_sklgt2.c
i915_oa_sklgt2.h
i915_oa_sklgt3.c
i915_oa_sklgt3.h
i915_oa_sklgt4.c
i915_oa_sklgt4.h
i915_params.c drm/i915: add support for specifying DMC firmware override by module param 2018-05-02 13:05:01 +03:00
i915_params.h drm/i915: add support for specifying DMC firmware override by module param 2018-05-02 13:05:01 +03:00
i915_pci.c
i915_perf.c drm/i915/oa: Check that OA is disabled before unpinning 2018-05-11 17:17:46 +01:00
i915_pmu.c drm/i915/pmu: Inspect runtime PM state more carefully while estimating RC6 2018-04-18 14:17:09 +03:00
i915_pmu.h
i915_pvinfo.h
i915_query.c drm/i915/query: nospec expects no more than an unsigned long 2018-05-29 13:53:07 +03:00
i915_query.h
i915_reg.h drm/i915: Enable provoking vertex fix on Gen9 systems. 2018-06-19 15:48:24 +03:00
i915_request.c drm/i915: Annotate timeline lock nesting 2018-05-08 21:47:33 +01:00
i915_request.h drm/i915: Split i915_gem_timeline into individual timelines 2018-05-02 23:57:18 +01:00
i915_scheduler.h drm/i915: Pack params to engine->schedule() into a struct 2018-04-18 21:09:11 +01:00
i915_selftest.h
i915_suspend.c
i915_sw_fence.c
i915_sw_fence.h
i915_syncmap.c
i915_syncmap.h
i915_sysfs.c
i915_timeline.c drm/i915: Split i915_gem_timeline into individual timelines 2018-05-02 23:57:18 +01:00
i915_timeline.h drm/i915: Split i915_gem_timeline into individual timelines 2018-05-02 23:57:18 +01:00
i915_trace_points.c
i915_trace.h drm/i915: Remove unused i915_flip tracepoints 2018-05-08 20:52:07 +01:00
i915_utils.h drm/i915: Retire requests along rings 2018-04-30 16:01:18 +01:00
i915_vgpu.c
i915_vgpu.h
i915_vma.c drm/i915: Try GGTT mmapping whole object as partial 2018-07-03 14:54:12 +03:00
i915_vma.h drm/i915: Lazily unbind vma on close 2018-05-04 07:26:56 +01:00
intel_acpi.c
intel_atomic_plane.c drm/i915: Enable display workaround 827 for all planes, v2. 2018-05-11 09:53:22 +02:00
intel_atomic.c drm/i915: Change use get_new_plane_state instead of existing plane state 2018-04-09 15:58:53 +02:00
intel_audio.c drm/i915/audio: Fix audio detection issue on GLK 2018-04-18 14:26:15 +03:00
intel_bios.c drm/i915/psr: Check if VBT says PSR can be enabled. 2018-05-09 05:34:20 -07:00
intel_bios.h
intel_breadcrumbs.c drm/i915: Compile out engine debug for release 2018-04-26 15:13:35 +01:00
intel_cdclk.c drm/i915: Adjust eDP's logical vco in a reliable place. 2018-05-08 15:56:12 +03:00
intel_color.c
intel_crt.c drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSI 2018-06-19 15:47:49 +03:00
intel_csr.c drm/i915: add support for specifying DMC firmware override by module param 2018-05-02 13:05:01 +03:00
intel_ddi.c drm/i915/glk: Add Quirk for GLK NUC HDMI port issues. 2018-07-25 14:52:17 -07:00
intel_device_info.c drm/i915: prefer INTEL_GEN() over INTEL_INFO()->gen 2018-04-26 18:14:29 +03:00
intel_device_info.h
intel_display.c drm/i915/glk: Add Quirk for GLK NUC HDMI port issues. 2018-07-25 14:52:17 -07:00
intel_display.h drm/i915: Enable edp psr error interrupts on bdw+ 2018-04-20 14:28:15 -07:00
intel_dp_aux_backlight.c
intel_dp_link_training.c drm/i915/dp: move link_bw and rate_select debugging where used 2018-04-26 18:21:02 +03:00
intel_dp_mst.c drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSI 2018-06-19 15:47:49 +03:00
intel_dp.c drm/i915: Turn off g4x DP port in .post_disable() 2018-06-19 15:48:06 +03:00
intel_dpio_phy.c drm/i915/gen9_lp: Increase DDI PHY0 power well enabling timeout 2018-04-10 13:12:22 +03:00
intel_dpll_mgr.c drm/i915/icl: compute the MG PLL registers 2018-05-07 16:49:57 -07:00
intel_dpll_mgr.h drm/i915/icl: add basic support for the ICL clocks 2018-05-07 16:42:47 -07:00
intel_drv.h drm/i915/glk: Add Quirk for GLK NUC HDMI port issues. 2018-07-25 14:52:17 -07:00
intel_dsi_dcs_backlight.c
intel_dsi_pll.c
intel_dsi_vbt.c drm/i915/dsi: improve dphy param limits logging 2018-04-19 15:20:10 +03:00
intel_dsi.c drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSI 2018-06-19 15:47:49 +03:00
intel_dsi.h
intel_dvo.c drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSI 2018-06-19 15:47:49 +03:00
intel_engine_cs.c drm/i915: Nul-terminate legacy debug string 2018-05-31 14:26:45 +03:00
intel_fbc.c drm/i915: Add debugfs file to clear FIFO underruns. 2018-04-10 16:29:24 +02:00
intel_fbdev.c First drm/i915 feature batch heading for v4.18: 2018-05-04 10:32:21 +10:00
intel_fifo_underrun.c
intel_frontbuffer.c
intel_frontbuffer.h
intel_gpu_commands.h
intel_guc_ads.c drm/i915: Wrap engine->context_pin() and engine->context_unpin() 2018-04-30 16:01:13 +01:00
intel_guc_ads.h
intel_guc_ct.c drm/i915/guc: Replace %phn with %ph 2018-04-10 17:15:29 +01:00
intel_guc_ct.h
intel_guc_fw.c
intel_guc_fw.h
intel_guc_fwif.h drm/i915/guc: Remove GUC_CTL_DEVICE_INFO parameter 2018-04-13 13:23:02 +01:00
intel_guc_log.c
intel_guc_log.h
intel_guc_reg.h
intel_guc_submission.c drm/i915/guc: Make submission tasklet hardirq safe 2018-05-09 09:28:47 +01:00
intel_guc_submission.h
intel_guc.c drm/i915/guc: Remove GUC_CTL_DEVICE_INFO parameter 2018-04-13 13:23:02 +01:00
intel_guc.h
intel_gvt.c
intel_gvt.h
intel_hangcheck.c drm/i915: Reset the hangcheck timestamp before repeating a seqno 2018-05-03 10:43:45 +01:00
intel_hdcp.c treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
intel_hdmi.c drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSI 2018-06-19 15:47:49 +03:00
intel_hotplug.c
intel_huc_fw.c
intel_huc_fw.h
intel_huc.c
intel_huc.h
intel_i2c.c
intel_lpe_audio.c
intel_lrc_reg.h
intel_lrc.c drm/i915: Enable provoking vertex fix on Gen9 systems. 2018-06-19 15:48:24 +03:00
intel_lrc.h drm/i915: Wrap engine->context_pin() and engine->context_unpin() 2018-04-30 16:01:13 +01:00
intel_lspcon.c
intel_lvds.c drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSI 2018-06-19 15:47:49 +03:00
intel_mocs.c drm/i915/icl: Add configuring MOCS in new Icelake engines 2018-05-03 16:41:04 -07:00
intel_mocs.h
intel_modes.c
intel_opregion.c
intel_opregion.h
intel_overlay.c
intel_panel.c Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available." 2018-05-31 14:26:53 +03:00
intel_pipe_crc.c i915: Convert to use match_string() helper 2018-05-04 10:23:43 +03:00
intel_pm.c drm/i915/icl: Don't update enabled dbuf slices struct until updated in hw 2018-06-07 11:39:15 +03:00
intel_psr.c drm/i915/psr: Check if VBT says PSR can be enabled. 2018-05-09 05:34:20 -07:00
intel_renderstate_gen6.c
intel_renderstate_gen7.c
intel_renderstate_gen8.c
intel_renderstate_gen9.c
intel_renderstate.h
intel_ringbuffer.c drm/i915: Split i915_gem_timeline into individual timelines 2018-05-02 23:57:18 +01:00
intel_ringbuffer.h drm/i915: Split i915_gem_timeline into individual timelines 2018-05-02 23:57:18 +01:00
intel_runtime_pm.c drm/i915: Add documentation to gen9_set_dc_state() 2018-05-07 17:42:22 +03:00
intel_sdvo_regs.h
intel_sdvo.c drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSI 2018-06-19 15:47:49 +03:00
intel_sideband.c
intel_sprite.c Last drm/i915 changes for v4.18: 2018-05-16 07:10:13 +10:00
intel_tv.c drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSI 2018-06-19 15:47:49 +03:00
intel_uc_fw.c
intel_uc_fw.h drm/i915/firmware: Correct URL for firmware 2018-05-02 13:40:17 -07:00
intel_uc.c
intel_uc.h
intel_uncore.c drm/i915/icl: Introduce initial Icelake Workarounds 2018-05-11 15:53:20 +03:00
intel_uncore.h
intel_vbt_defs.h
intel_wopcm.c
intel_wopcm.h
intel_workarounds.c drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glk 2018-05-13 10:29:44 +01:00
intel_workarounds.h drm/i915: Check whitelist registers across resets 2018-04-14 18:36:45 +01:00
Kconfig
Kconfig.debug Merge remote-tracking branch 'drm/drm-next' into drm-misc-next 2018-05-11 18:08:10 +02:00
Makefile drm/i915/selftests: Refactor common flush_test() 2018-05-08 12:44:31 +01:00