summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-10-25Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter182-3622/+21397
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 Airlie101-2930/+20121
2016-10-25Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie60-676/+1030
2016-10-25drm/edid: Only print the bad edid when abortingChris Wilson1-23/+56
2016-10-24drm/msm: add missing header dependenciesBaoyou Xie1-0/+1
2016-10-24drm/msm/adreno: move function declarations to header fileBaoyou Xie2-3/+3
2016-10-24drm/i2c/tda998x: mark symbol static where possibleBaoyou Xie1-1/+2
2016-10-24drm/i915: Update DRIVER_DATE to 20161024drm-intel-next-2016-10-24Daniel Vetter1-2/+2
2016-10-22drm: RIP mode_config->rotation_propertyVille Syrjälä3-38/+7
2016-10-22drm/msm/mdp5: Advertize 180 degree rotationVille Syrjälä1-4/+17
2016-10-22drm/msm/mdp5: Use per-plane rotation propertyVille Syrjälä1-9/+5
2016-10-22drm/i915: Stop setting SNB min-freq-table 0 on powersave setupChris Wilson1-4/+0
2016-10-21drm: Use u64 for intermediate dotclock calculationsChris Wilson1-2/+6
2016-10-21drm/i915: Use the per-plane rotation propertyVille Syrjälä3-35/+34
2016-10-21drm/omap: Use per-plane rotation propertyVille Syrjälä3-38/+41
2016-10-21drm/omap: Set rotation property initial value to BIT(DRM_ROTATE_0) insted of 0Ville Syrjälä2-3/+5
2016-10-21drm/atmel-hlcdc: Use per-plane rotation propertyVille Syrjälä1-17/+20
2016-10-21drm/arm: Use per-plane rotation propertyVille Syrjälä1-8/+5
2016-10-21drm: Add support for optional per-plane rotation propertyVille Syrjälä3-3/+44
2016-10-21drm/atomic: Reject attempts to use multiple rotation angles at onceVille Syrjälä1-0/+2
2016-10-21drm: Add drm_rotation_90_or_270()Ville Syrjälä9-33/+23
2016-10-21drm/virtio: kconfig: Fixup white space.Peter Griffin1-3/+3
2016-10-21drm/fence: release fence reference when canceling eventGustavo Padovan1-0/+4
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-21Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/lst/linux into d...drm-fixes-for-v4.9-rc2-part2Dave Airlie2-6/+21
2016-10-21Merge branch 'drm-vmwgfx-fixes' of ssh://people.freedesktop.org/~syeh/repos_l...Dave Airlie5-73/+146
2016-10-21Merge branch 'drm-armada-fixes' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie1-8/+10
2016-10-21Merge branch 'fixes-for-v4.9-rc2' of http://git.agner.ch/git/linux-drm-fsl-dc...Dave Airlie4-61/+10
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