summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_pipe_crc.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-13drm/i915: Fix fastset vs. pfit on/off on HSW EDP transcoderVille Syrjälä1-3/+10
2019-04-08drm/i915: extract intel_pipe_crc.h from intel_drv.hJani Nikula1-1/+3
2019-03-19drm/i915: stick to kernel fixed size typesJani Nikula1-1/+1
2019-03-08drm/i915: Disable PSR2 while getting pipe CRCJosé Roberto de Souza1-0/+1
2019-03-08drm/i915/crc: Make IPS workaround genericJosé Roberto de Souza1-30/+20
2019-02-20drm/i915: Extend skl+ crc sources with more planesVille Syrjälä1-2/+73
2019-02-20drm/i915: Remove the broken DP CRC support for g4xVille Syrjälä1-69/+11
2019-02-20drm/i915: Use named initializers for the crc source name arrayVille Syrjälä1-9/+9
2019-02-20drm/i915: Remove the "pf" crc sourceVille Syrjälä1-4/+2
2019-01-17drm/i915: small isolated c99 types to kernel types switchJani Nikula1-9/+9
2019-01-14drm/i915: Markup paired operations on display power domainsChris Wilson1-2/+4
2018-12-12drm/i915: merge gen checks to use rangeLucas De Marchi1-2/+2
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-4/+4
2018-08-27Merge drm/drm-next into drm-misc-nextSean Paul1-445/+0
2018-08-22drm/crc: Cleanup crtc_crc_open functionMahesh Kumar1-3/+1
2018-08-13drm/i915/crc: implement get_crc_sources callbackMahesh Kumar1-0/+7
2018-08-13drm/i915/crc: implement verify_crc_source callbackMahesh Kumar1-0/+108
2018-07-06drm/i915: Remove support for legacy debugfs crc interfaceMaarten Lankhorst1-445/+0
2018-05-04i915: Convert to use match_string() helperAndy Shevchenko1-12/+10
2018-03-08drm/i915: Handle pipe CRC around enabling/disabling pipe.Maarten Lankhorst1-7/+46
2017-11-30drm/i915: Make ips_enabled a property depending on whether IPS is enabled, v3.Maarten Lankhorst1-2/+0
2017-11-09drm/i915: Nuke intel_digital_port->portVille Syrjälä1-2/+2
2017-10-10drm/i915: Favor for_each_pipe() macroMika Kahola1-4/+4
2017-10-10drm/i915: Don't relay on I915_MAX_PIPESMika Kahola1-3/+4
2017-08-28drm/i915: Beef up of Beef up the IPS vs. CRC workaroundMarta Lofstedt1-3/+0
2017-08-25drm/i915: Beef up the IPS vs. CRC workaroundVille Syrjälä1-33/+29
2017-05-08drm/i915: use memdup_user_nulGeliang Tang1-10/+3
2017-04-12drm/i915: Do not use lock all in hsw_trans_edp_pipe_A_crc_waMaarten Lankhorst1-3/+14
2017-04-05drm: Remove drm_modeset_legacy_acquire_ctx and crtc->acquire_ctxDaniel Vetter1-1/+1
2017-03-08Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-1/+1
2017-03-02drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson1-1/+1
2017-03-01drm/i915: Remove i915_debugfs_unregister()Noralf Trønnes1-57/+11
2017-01-18drm/i915: Avoid drm_atomic_state_put(NULL) on error pathsAnder Conselvan de Oliveira1-4/+6
2017-01-10drm/i915: Use new CRC debugfs APITomeu Vizoso1-12/+82
2016-12-13drm/i915/debugfs: Move out pipe CRC codeTomeu Vizoso1-0/+939