summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-fixes-2015-08-16' of git://anongit.freedesktop.org/...Dave Airlie2015-08-1742-1435/+2006
|\
| * drm/i915: Per-DDI I_boost overrideAntti Koskipaa2015-08-144-8/+63
| * Merge tag 'drm-intel-fixes-2015-08-14' into drm-intel-next-fixesDaniel Vetter2015-08-147-22/+79
| |\
| | * drm/i915: Commit planes on each crtc separately.Maarten Lankhorst2015-08-132-42/+14
| | * drm/i915: calculate primary visibility changes instead of calling from set_co...Maarten Lankhorst2015-08-131-39/+7
| | * drm/i915: Only dither on 6bpc panelsDaniel Vetter2015-08-131-1/+3
| * | drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI AJani Nikula2015-08-141-2/+1
| * | drm/i915: fix checksum write for automated test replyThulasimani,Sivakumar2015-08-141-1/+8
| * | drm/i915: Contain the WA_REG macroMika Kuoppala2015-08-141-2/+2
| * | drm/i915: Remove the failed context from the fpriv->context_idrChris Wilson2015-08-141-0/+1
| * | drm/i915: Report IOMMU enabled status for GPU hangsChris Wilson2015-08-142-0/+6
| * | drm/i915: Check idle to active before processing CSQMika Kuoppala2015-08-141-0/+3
| * | drm/i915: Set alternate aux for DDI-ERodrigo Vivi2015-08-144-8/+56
| * | drm/i915: Set power domain for DDI-ERodrigo Vivi2015-08-141-0/+1
| * | drm/i915: fix stolen bios_reserved checksPaulo Zanoni2015-08-142-23/+159
| * | drm/i915: Use masked write for Context Status Buffer PointerMika Kuoppala2015-08-141-1/+1
| * | drm/i915/skl WaDisableSbeCacheDispatchPortSharingMika Kuoppala2015-08-141-0/+7
| * | drm/i915: Spam less on dp aux send/receive problemsMika Kuoppala2015-08-141-2/+9
| * | drm/i915: Handle return value in intel_pin_and_fence_fb_obj, v2.Maarten Lankhorst2015-08-141-1/+12
| * | drm/i915: Only update mode related state if a modeset happened.Maarten Lankhorst2015-08-141-23/+7
| * | drm/i915: Remove connectors_active.Maarten Lankhorst2015-08-142-37/+1
| * | drm/i915: Remove connectors_active from intel_dp.c, v2.Maarten Lankhorst2015-08-141-5/+2
| * | drm/i915: Remove connectors_active from sanitization, v2.Maarten Lankhorst2015-08-141-3/+14
| * | drm/i915: Get rid of dpms handling.Maarten Lankhorst2015-08-1411-245/+11
| * | drm/i915: Make crtc checking use the atomic state, v2.Maarten Lankhorst2015-08-141-62/+56
| * | drm/i915: Remove connectors_active from state checking.Maarten Lankhorst2015-08-141-11/+10
| * | drm/i915: Remove some unneeded checks from check_crtc_state.Maarten Lankhorst2015-08-141-18/+1
| * | drm/i915: Convert connector checking to atomic, v3.Maarten Lankhorst2015-08-141-33/+34
| * | drm/i915: Update atomic state when removing mst connector, v3.Maarten Lankhorst2015-08-142-12/+12
| * | drm/i915: Validate the state after an atomic modeset only, and pass the state.Maarten Lankhorst2015-08-145-13/+6
| * | drm/i915: Make the force_thru workaround atomic, v2.Maarten Lankhorst2015-08-142-58/+27
| * | Merge tag 'topic/drm-misc-2015-07-28' into drm-intel-next-queuedDaniel Vetter2015-08-0612-43/+176
| |\ \
| * | | drm/i915: disable_shared_pll doesn't work on pre-gen5Jesse Barnes2015-08-051-1/+3
| * | | drm/i915:skl: Add WaEnableGapsTsvCreditFixArun Siluvery2015-08-052-0/+9
| * | | drm/i915/gen9: Removed byte swapping for csr firmwareAnimesh Manna2015-08-052-13/+5
| * | | drm/i915: read bpp from vbt only for older panelsThulasimani,Sivakumar2015-08-051-1/+4
| * | | drm/i915/skl: send opregion_nofify_adapter(PCI_D1) instead of PCI_D3Paulo Zanoni2015-08-051-11/+9
| * | | drm/i915: Extract a intel_power_well_disable() functionDamien Lespiau2015-08-051-5/+10
| * | | drm/i915: Extract a intel_power_well_enable() functionDamien Lespiau2015-08-051-5/+10
| * | | drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:sklMarc Herbert2015-08-051-7/+0
| * | | drm/i915: VLV/CHV PSR: Increase wait delay time before active PSR.Rodrigo Vivi2015-08-051-1/+2
| * | | drm/i915: Split sink_crc function in start, stop and read.Rodrigo Vivi2015-08-051-39/+50
| * | | drm/i915: special-case dirtyfb for frontbuffer trackingPaulo Zanoni2015-08-052-1/+2
| * | | drm/i915: don't disable FBC for pipe A when flipping pipe BPaulo Zanoni2015-08-051-1/+1
| * | | drm/i915: don't call intel_fbc_update() at intel_unpin_work_fn()Paulo Zanoni2015-08-051-3/+0
| * | | drm/i915: fix FBC frontbuffer tracking flushing codePaulo Zanoni2015-08-053-8/+9
| * | | drm/i915: Update DRIVER_DATE to 20150731Daniel Vetter2015-07-311-1/+1
| * | | drm/i915: Fix command parser table validatorHanno Böck2015-07-291-1/+1
| * | | drm/i915: Properly sort MI coomand tableHanno Böck2015-07-291-1/+1
| * | | drm/i915: Don't return error on sink crc stop.Rodrigo Vivi2015-07-291-2/+2
OpenPOWER on IntegriCloud