summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2018-08-06drm/i915: Interactive RPS modeChris Wilson6-45/+111
2018-08-06drm/i915: Fix psr sink status report.Rodrigo Vivi1-2/+11
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner28-103/+429
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2-0/+2
2018-08-01Merge tag 'drm-msm-next-2018-07-30' of git://people.freedesktop.org/~robclark...Dave Airlie1-30/+4
2018-07-30include: Move ascii85 functions from i915 to linux/ascii85.hJordan Crouse1-30/+4
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie8-4/+144
2018-07-27Merge branches 'ib-mfd-4.19', 'ib-mfd-gpio-pinctrl-4.19', 'ib-mfd-i915-media-...Lee Jones20-80/+244
2018-07-26drm/i915/glk: Add Quirk for GLK NUC HDMI port issues.Clint Taylor4-5/+33
2018-07-20Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie56-1008/+2127
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie8-33/+28
2018-07-19drm/i915: Update DRIVER_DATE to 20180719Rodrigo Vivi1-2/+2
2018-07-19drm/i915: Remove intel_panel_detect()Ville Syrjälä4-26/+0
2018-07-19drm/i915: Assume eDP is always connectedVille Syrjälä1-9/+2
2018-07-19drm/i915: Nuke the LVDS lid notifierVille Syrjälä3-152/+2
2018-07-19drm/i915/execlists: Move the assertion we have the rpm wakeref downChris Wilson1-14/+11
2018-07-19drm/i915: Handle recursive shrinker for vma->last_active allocationChris Wilson1-0/+8
2018-07-19drm/i915/guc: Keep guc submission permanently engagedChris Wilson3-16/+31
2018-07-19i915/dp/dsc: Add Rate Control Range Parameter RegistersAnusha Srivatsa1-0/+104
2018-07-19i915/dp/dsc: Add Rate Control Buffer Threshold RegistersAnusha Srivatsa1-0/+51
2018-07-19i915/dp/dsc: Add DSC PPS register definitionsAnusha Srivatsa1-0/+255
2018-07-19drm/i915/icl: Add VIDEO_DIP registersAnusha Srivatsa1-0/+23
2018-07-18drm/i915: Kill sink_crc for goodRodrigo Vivi3-206/+0
2018-07-18Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie76-1868/+2728
2018-07-18drm/i915: Substitute intel_format_is_yuv() with format->is_yuvAyan Kumar Halder3-20/+4
2018-07-18drm/i915: Always retire residual requests before suspendChris Wilson1-0/+2
2018-07-17ALSA: hda: Make audio component support more genericTakashi Iwai1-0/+1
2018-07-17drm/i915: Split audio component to a generic typeTakashi Iwai1-10/+12
2018-07-17drm/i915: Flush chipset caches after GGTT writesChris Wilson1-1/+1
2018-07-17drm/i915/selftests: Free the backing store between iterationsChris Wilson1-0/+6
2018-07-16drm/i915/selftests: Exercise reset to break stuck GTT evictionChris Wilson1-2/+169
2018-07-16drm/i915/selftests: Force a preemption hangChris Wilson4-0/+148
2018-07-16drm/i915/execlists: Always clear preempt status on cancelling allChris Wilson3-6/+8
2018-07-16drm/i915/execlists: Disable submission tasklet upon wedgingChris Wilson1-0/+8
2018-07-16drm/i915: Remove pci private pointer after destroying the device privateChris Wilson2-1/+13
2018-07-16drm/i915/selftests: Downgrade igt_timeout messageChris Wilson1-1/+1
2018-07-14drm/i915/guc: Disable rpm wakeref asserts in GuC irq handlerMichał Winiarski1-0/+2
2018-07-14drm/i915/execlists: Drop clear_gtiir() on GPU resetChris Wilson3-74/+3
2018-07-14drm/i915: Do not short-circuit tasklets during resetChris Wilson1-5/+7
2018-07-14drm/i915/selftests: Include the start of each subtest in the GEM traceChris Wilson1-0/+2
2018-07-13drm/i915/guc: Protect against no desc-pool on premature shutdownChris Wilson1-1/+2
2018-07-13drm: drop _mode_ from remaining connector functionsDaniel Vetter2-3/+3
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2-4/+2
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter4-4/+4
2018-07-13drm/i915: Print the long_mask alongside the pin_maskVille Syrjälä1-2/+2
2018-07-13drm/i915: Pass hpd_pin to long_pulse_detect()Ville Syrjälä3-83/+45
2018-07-13drm/i915: s/int i/enum hpd_pin pin/Ville Syrjälä2-20/+20
2018-07-13drm/i915: Nuke dev_priv->irq_port[]Ville Syrjälä5-32/+34
2018-07-13drm/i915: Rewrite mst suspend/resume in terms of encodersVille Syrjälä3-21/+28
2018-07-13drm/i915: Introduce intel_encoder_is_dig_port()Ville Syrjälä1-9/+15