summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2017-02-02drm/i915: don't warn about Skylake CPU - KabyPoint PCH comboJani Nikula1-1/+2
2017-02-02drm/i915: Build DRM range manager selftests for CIChris Wilson1-0/+1
2017-02-02drm/i915: fix i915 running as dom0 under XenJuergen Gross1-2/+10
2017-02-02drm/i915: Fix POWER_DOMAIN_AUDIO refcounting.Maarten Lankhorst3-19/+8
2017-02-02drm/i915: Disable all crtcs during driver unload, v2.Maarten Lankhorst1-0/+21
2017-02-01drm/i915/execlists: Add interrupt-pending check to intel_execlists_idle()Chris Wilson1-1/+7
2017-02-01drm/i915/execlists: Skip resetting RING_CONTEXT_STATUS_PTRChris Wilson1-2/+0
2017-02-01drm/i915: Add MIPI_IO WA and program DSI regulatorsUma Shankar2-0/+31
2017-02-01drm/i915: Flush untouched framebuffers before display on !llcChris Wilson1-1/+1
2017-02-01Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter20-245/+391
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie4-14/+17
2017-02-01Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/git/drm-intel ...Dave Airlie1-1/+1
2017-01-31drm/i915: Sanity check the computed size and base of stolen memoryChris Wilson2-1/+12
2017-01-31drm/i915: Treat stolen memory as DMA addressesChris Wilson2-19/+19
2017-01-31drm/i915: Be defensive when cleaning up i915_gem_internal pagesChris Wilson1-2/+5
2017-01-31drm/i915: clean up unused vgpu_read/writeWeinan Li1-58/+0
2017-01-31drm/i915: noop forcewake get/put when vgpu activatedWeinan Li1-0/+12
2017-01-31drm/i915: Record more information about the hanging contextsChris Wilson2-32/+59
2017-01-31drm/i915: Add early BXT sdv to the list of preproduction machinesChris Wilson1-0/+1
2017-01-31drm/i915: Mark the kernel as tainted if we fail the preproduction checkChris Wilson1-1/+3
2017-01-31drm/i915: Make intel_detect_preproduction_hw easier to extendChris Wilson1-2/+6
2017-01-30drm/i915: use variadic macros and arrays to choose port/pipe based registersJani Nikula1-6/+5
2017-01-30drm/i915: Create context desc template when context is createdMika Kuoppala4-36/+38
2017-01-30drm/i915/glk: Program pipe gamma and degamma tablesAnder Conselvan de Oliveira3-1/+72
2017-01-30drm/i915: Split broadwell_load_luts() into smaller functionsAnder Conselvan de Oliveira2-11/+33
2017-01-30drm/i915/glk: Plane color correction register changesAnder Conselvan de Oliveira3-10/+42
2017-01-30drm/i915: Disable plane gamma in SKL+ sprite planesAnder Conselvan de Oliveira1-0/+1
2017-01-30drm/i915/glk: Turn on workarounds that apply to Geminilake tooAnder Conselvan de Oliveira5-19/+53
2017-01-27drm/i915: Support explicit fencing for execbufChris Wilson3-6/+52
2017-01-27drm/i915: Enable userspace to opt-out of implicit fencingChris Wilson2-0/+4
2017-01-27drm/i915: fix use-after-free in page_flip_completed()Andrey Ryabinin1-2/+2
2017-01-27drm/i915: make i915_stolen_to_physical() return phys_addr_tPaulo Zanoni1-7/+11
2017-01-27Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-0/+1
2017-01-27Merge tag 'drm-intel-next-2017-01-23' of git://anongit.freedesktop.org/git/dr...Dave Airlie52-1834/+2959
2017-01-27Reinstate "drm/probe-helpers: Drop locking from poll_enable""Dave Airlie1-2/+2
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie17-247/+374
2017-01-26drm/i915: Also clear the punit's PDATA sideband registerChris Wilson1-3/+1
2017-01-26drm/i915: Report the failure to write to the punitChris Wilson6-26/+53
2017-01-26drm/edid: Set AVI infoframe Q even when QS=0Ville Syrjälä1-2/+4
2017-01-26drm/edid: Introduce drm_hdmi_avi_infoframe_quant_range()Ville Syrjälä1-8/+5
2017-01-26drm/edid: Introduce drm_default_rgb_quant_range()Ville Syrjälä2-2/+5
2017-01-26drm/i915: Add support for DP Video pattern compliance testsManasi Navare5-5/+97
2017-01-26drm/i915: Fixes to support DP Compliance EDID testsManasi Navare2-3/+6
2017-01-26drm/i915: Add support for DP link training complianceManasi Navare2-6/+61
2017-01-26drm/i915: Pevent copying uninitialised garbage into vma->ggtt_viewChris Wilson1-1/+1
2017-01-26drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/Daniel Vetter1-2/+2
2017-01-26drm/i915: Remove early pre-production RPS workarounds for BXTChris Wilson1-32/+3
2017-01-25Revert "drm/probe-helpers: Drop locking from poll_enable"Dave Airlie1-2/+2
2017-01-25drm/dp: Store drm_device in MST topology managerDhinakaran Pandiyan1-1/+2
2017-01-24drm/i915: Introduce IS_GEN9_BC for Skylake and Kabylake.Rodrigo Vivi14-52/+47