summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie3-7/+12
2016-10-28drm/i915: Fix SKL+ 90/270 degree rotated plane coordinate computationVille Syrjälä1-1/+2
2016-10-28drm/i915: Remove two invalid warnsTvrtko Ursulin1-3/+0
2016-10-28drm/i915: Rotated view does not need a fenceTvrtko Ursulin1-1/+6
2016-10-28drm/i915/fbc: fix CFB size calculation for gen8+Paulo Zanoni1-1/+3
2016-10-28drm: i915: Wait for fences on new fb, not oldDaniel Stone1-1/+1
2016-10-28drm/i915: Clean up DDI DDC/AUX CH sanitationVille Syrjälä1-45/+77
2016-10-28drm/i915: Respect alternate_aux_channel for all DDI portsVille Syrjälä1-31/+40
2016-10-28drm/i915/gen9: fix watermarks when using the pipe scalerPaulo Zanoni1-9/+3
2016-10-28drm/i915: Fix mismatched INIT power domain disabling during suspendImre Deak1-2/+2
2016-10-28drm/i915: fix a read size argumentDan Carpenter1-2/+2
2016-10-28drm/i915: Use fence_write() from rpm resumeChris Wilson1-2/+19
2016-10-28drm/i915/gen9: fix DDB partitioning for multi-screen casesPaulo Zanoni1-2/+10
2016-10-28drm/i915: workaround sparse warning on variable length arraysJani Nikula1-1/+1
2016-10-28drm/i915: keep declarations in i915_drv.hJani Nikula2-7/+5
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson7-53/+54
2016-10-25Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter103-3179/+20456
2016-10-25drm/dp: Factor out helper to distinguish between branch and sink devicesImre Deak1-7/+4
2016-10-25Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie100-2930/+20018
2016-10-25Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie7-81/+77
2016-10-24drm/i915: Update DRIVER_DATE to 20161024Daniel Vetter1-2/+2
2016-10-22drm/i915: Stop setting SNB min-freq-table 0 on powersave setupChris Wilson1-4/+0
2016-10-21drm/i915: Use the per-plane rotation propertyVille Syrjälä3-35/+34
2016-10-21drm: Add drm_rotation_90_or_270()Ville Syrjälä5-22/+17
2016-10-21drm/i915/dp: add lane_count check in intel_dp_check_link_statusMatthew Auld1-0/+5
2016-10-21drm/i915: Fix whitespace issuesVille Syrjälä1-8/+8
2016-10-21drm/i915: Clean up DDI DDC/AUX CH sanitationVille Syrjälä1-45/+77
2016-10-21drm/i915: Respect alternate_ddc_pin for all DDI portsVille Syrjälä1-36/+48
2016-10-21drm/i915: Respect alternate_aux_channel for all DDI portsVille Syrjälä1-31/+40
2016-10-21drm/i915/gen9: Remove WaEnableYV12BugFixInHalfSliceChicken7Arkadiusz Hiler1-2/+0
2016-10-20drm/i915: KBL - Recommended buffer translation programming for DisplayPortRodrigo Vivi1-10/+78
2016-10-20drm/i915: Move down skl/kbl ddi iboost and n_edp_entires fixupRodrigo Vivi1-9/+11
2016-10-20Merge tag 'gvt-next-fix-2016-10-20' of https://github.com/01org/gvt-linux int...Daniel Vetter21-178/+189
2016-10-20drm/i915: Add a sunset clause to GPU hang loggingChris Wilson2-1/+5
2016-10-20drm/i915: Stop reporting error details in dmesg as well as the error-stateChris Wilson1-75/+11
2016-10-20drm/i915/gvt: do not ignore return value of create_scratch_pageDu, Changbin1-2/+1
2016-10-20drm/i915/gvt: fix spare warnings on odd constant _Bool castDu, Changbin2-2/+2
2016-10-20drm/i915/gvt: mark symbols static where possibleDu, Changbin7-12/+13
2016-10-20drm/i915/gvt: fix sparse warnings on different address spacesDu, Changbin4-7/+9
2016-10-20drm/i915/gvt: properly access enabled intel_engine_csZhenyu Wang4-12/+20
2016-10-20drm/i915/gvt: Remove defunct vmap_batch()Chris Wilson1-38/+0
2016-10-20drm/i915/gvt: Use common mapping routines for shadow_bb objectChris Wilson2-16/+7
2016-10-20drm/i915/gvt: Use common mapping routines for indirect_ctx objectChris Wilson2-20/+10
2016-10-20drm/i915/gvt: Stop waiting whilst holding struct_mutexChris Wilson1-9/+13
2016-10-20drm/i915/gvt: Stop checking for impossible interrupts from a kthreadChris Wilson1-7/+2
2016-10-20drm/i915/gvt: Hold a reference on the requestChris Wilson1-11/+12
2016-10-20drm/i915/gvt: Remove dangerous unpin of backing storage of bound GPU objectChris Wilson1-2/+10
2016-10-20drm/i915/gvt: Use the returned VMA to provide the virtual addressChris Wilson1-11/+9
2016-10-20drm/i915/gvt: i915_gem_object_create() returns an error pointerChris Wilson1-20/+28
2016-10-20drm/i915/gvt: Add runtime pm around fencesChris Wilson1-0/+10