aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-24drm/i915: Make HW readout mark CRTC scaler as in use.Maarten Lankhorst1-0/+1
2019-01-24drm/i915: Enable fastset for non-boot modesets.Maarten Lankhorst1-2/+6
2019-01-24Merge tag 'drm-intel-next-2019-01-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-74/+93
2019-01-24drm/i915/crt: simplify CRT VBT check on pre-VLV/DDIJani Nikula1-11/+4
2019-01-24drm/i915/lvds: simplify gen 2 lvds presenceJani Nikula1-1/+1
2019-01-24drm/i915: rename has_edp_a() to ilk_has_edp_a()Jani Nikula1-2/+2
2019-01-24drm/i915/tv: only call intel_tv_init() on platforms that might have TVJani Nikula1-3/+3
2019-01-24drm/i915/lvds: nuke intel_lvds_supported()Jani Nikula1-2/+4
2019-01-24drm/i915/lvds: only call intel_lvds_init() on platforms that might have LVDSJani Nikula1-7/+13
2019-01-24drm/i915/crt: split out intel_crt_present() to platform specific setupJani Nikula1-10/+24
2019-01-22Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi1-0/+4
2019-01-21drm/i915/display: switch to kernel typesJani Nikula1-52/+52
2019-01-17drm/i915: Limit the for_each_set_bit() to the valid rangeChris Wilson1-1/+3
2019-01-16drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson1-6/+9
2019-01-16drm/i915: Pass down rc in intel_encoder->compute_config()Lyude Paul1-4/+7
2019-01-15drm/i915: Pass down rc in intel_encoder->compute_config()Lyude Paul1-4/+7
2019-01-15drm/i915/icl: Detect port F presence via VBTImre Deak1-1/+7
2019-01-15drm/i915/ddi: Move DDI port detection to the corresponding helperImre Deak1-3/+1
2019-01-14drm/i915: Fix ILK-IVB primary plane enable delaysJuha-Pekka Heikkila1-1/+4
2019-01-14drm/i915: Complain if hsw_get_pipe_config acquires the same power well twiceChris Wilson1-0/+6
2019-01-14drm/i915: Markup paired operations on display power domainsChris Wilson1-24/+44
2019-01-14drm/i915/fb: Track rpm wakerefsChris Wilson1-2/+3
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-1/+1
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard1-174/+158
2019-01-10drm/dp_mst: Start tracking per-port VCPI allocationsLyude Paul1-0/+4
2019-01-09drm/i915: drop all drmP.h includesJani Nikula1-1/+0
2019-01-08Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-1/+1
2019-01-03drm/i915: Always try to reset the GPU on takeoverChris Wilson1-2/+2
2019-01-02drm/i915: start moving runtime device info to a separate structJani Nikula1-1/+1
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2018-12-31drm/i915: Update kerneldoc for intel_wm_need_update()Chris Wilson1-2/+2
2018-12-25drm/i915: Add an update_pipe callback to intel_encoder and call this on fastsets (v2)Hans de Goede1-0/+23
2018-12-21drm/i915: Disable FBC on fastset if necessary, v2.Maarten Lankhorst1-1/+3
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-1/+1
2018-12-18drm/i915: Update crtc scaler settings when update_pipe is setHans de Goede1-1/+1
2018-12-12drm/i915: merge gen checks to use rangeLucas De Marchi1-1/+1
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-37/+37
2018-12-10drm/i915: Use intel_ types more consistently for color management code (v2)Matt Roper1-10/+10
2018-12-10drm/i915: Use intel_ types more consistently for watermark code (v2)Matt Roper1-19/+14
2018-12-04drm/i915/icl: fix transcoder state readoutJani Nikula1-21/+31
2018-12-03drm/i915: Move display device info capabilities to its own structJosé Roberto de Souza1-2/+2
2018-12-03drm/i915: Add HAS_DISPLAY() and use itJosé Roberto de Souza1-2/+2
2018-12-03drm/i915/icl: Get pipe timings for DSIMadhav Chauhan1-1/+2
2018-12-03drm/i915/icl: Consider DSI for getting transcoder stateMadhav Chauhan1-7/+24
2018-12-03drm/i915/icl: Calculate DPLL params for DSIMadhav Chauhan1-1/+3
2018-12-03drm/i915/icl: push pll to port mapping/unmapping to ddi encoder hooksJani Nikula1-6/+0
2018-11-29drm/i915/dp: Disable DSC in source by disabling DSS CTL bitsManasi Navare1-0/+2
2018-11-29drm/i915/dp: Compute DSC pipe config in atomic checkManasi Navare1-1/+1