summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pipe_crc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix fastset vs. pfit on/off on HSW EDP transcoderVille Syrjälä2019-05-131-3/+10
* drm/i915: extract intel_pipe_crc.h from intel_drv.hJani Nikula2019-04-081-1/+3
* drm/i915: stick to kernel fixed size typesJani Nikula2019-03-191-1/+1
* drm/i915: Disable PSR2 while getting pipe CRCJosé Roberto de Souza2019-03-081-0/+1
* drm/i915/crc: Make IPS workaround genericJosé Roberto de Souza2019-03-081-30/+20
* drm/i915: Extend skl+ crc sources with more planesVille Syrjälä2019-02-201-2/+73
* drm/i915: Remove the broken DP CRC support for g4xVille Syrjälä2019-02-201-69/+11
* drm/i915: Use named initializers for the crc source name arrayVille Syrjälä2019-02-201-9/+9
* drm/i915: Remove the "pf" crc sourceVille Syrjälä2019-02-201-4/+2
* drm/i915: small isolated c99 types to kernel types switchJani Nikula2019-01-171-9/+9
* drm/i915: Markup paired operations on display power domainsChris Wilson2019-01-141-2/+4
* drm/i915: merge gen checks to use rangeLucas De Marchi2018-12-121-2/+2
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-121-4/+4
* Merge drm/drm-next into drm-misc-nextSean Paul2018-08-271-445/+0
|\
| * drm/i915: Remove support for legacy debugfs crc interfaceMaarten Lankhorst2018-07-061-445/+0
* | drm/crc: Cleanup crtc_crc_open functionMahesh Kumar2018-08-221-3/+1
* | drm/i915/crc: implement get_crc_sources callbackMahesh Kumar2018-08-131-0/+7
* | drm/i915/crc: implement verify_crc_source callbackMahesh Kumar2018-08-131-0/+108
|/
* i915: Convert to use match_string() helperAndy Shevchenko2018-05-041-12/+10
* drm/i915: Handle pipe CRC around enabling/disabling pipe.Maarten Lankhorst2018-03-081-7/+46
* drm/i915: Make ips_enabled a property depending on whether IPS is enabled, v3.Maarten Lankhorst2017-11-301-2/+0
* drm/i915: Nuke intel_digital_port->portVille Syrjälä2017-11-091-2/+2
* drm/i915: Favor for_each_pipe() macroMika Kahola2017-10-101-4/+4
* drm/i915: Don't relay on I915_MAX_PIPESMika Kahola2017-10-101-3/+4
* drm/i915: Beef up of Beef up the IPS vs. CRC workaroundMarta Lofstedt2017-08-281-3/+0
* drm/i915: Beef up the IPS vs. CRC workaroundVille Syrjälä2017-08-251-33/+29
* drm/i915: use memdup_user_nulGeliang Tang2017-05-081-10/+3
* drm/i915: Do not use lock all in hsw_trans_edp_pipe_A_crc_waMaarten Lankhorst2017-04-121-3/+14
* drm: Remove drm_modeset_legacy_acquire_ctx and crtc->acquire_ctxDaniel Vetter2017-04-051-1/+1
* Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-03-081-1/+1
|\
| * drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson2017-03-021-1/+1
* | drm/i915: Remove i915_debugfs_unregister()Noralf Trønnes2017-03-011-57/+11
|/
* drm/i915: Avoid drm_atomic_state_put(NULL) on error pathsAnder Conselvan de Oliveira2017-01-181-4/+6
* drm/i915: Use new CRC debugfs APITomeu Vizoso2017-01-101-12/+82
* drm/i915/debugfs: Move out pipe CRC codeTomeu Vizoso2016-12-131-0/+939