| Commit message (Expand) | Author | Files | Lines |
2015-08-14 | drm/i915: fix checksum write for automated test reply | Thulasimani,Sivakumar | 1 | -1/+8 |
2015-08-14 | drm/i915: Contain the WA_REG macro | Mika Kuoppala | 1 | -2/+2 |
2015-08-14 | drm/i915: Remove the failed context from the fpriv->context_idr | Chris Wilson | 1 | -0/+1 |
2015-08-14 | drm/i915: Report IOMMU enabled status for GPU hangs | Chris Wilson | 2 | -0/+6 |
2015-08-14 | drm/i915: Check idle to active before processing CSQ | Mika Kuoppala | 1 | -0/+3 |
2015-08-14 | drm/i915: Set alternate aux for DDI-E | Rodrigo Vivi | 4 | -8/+56 |
2015-08-14 | drm/i915: Set power domain for DDI-E | Rodrigo Vivi | 1 | -0/+1 |
2015-08-14 | drm/i915: fix stolen bios_reserved checks | Paulo Zanoni | 2 | -23/+159 |
2015-08-14 | drm/i915: Use masked write for Context Status Buffer Pointer | Mika Kuoppala | 1 | -1/+1 |
2015-08-14 | drm/i915/skl WaDisableSbeCacheDispatchPortSharing | Mika Kuoppala | 1 | -0/+7 |
2015-08-14 | drm/i915: Spam less on dp aux send/receive problems | Mika Kuoppala | 1 | -2/+9 |
2015-08-14 | drm/i915: Handle return value in intel_pin_and_fence_fb_obj, v2. | Maarten Lankhorst | 1 | -1/+12 |
2015-08-14 | drm/i915: Only update mode related state if a modeset happened. | Maarten Lankhorst | 1 | -23/+7 |
2015-08-14 | drm/i915: Remove connectors_active. | Maarten Lankhorst | 2 | -37/+1 |
2015-08-14 | drm/i915: Remove connectors_active from intel_dp.c, v2. | Maarten Lankhorst | 1 | -5/+2 |
2015-08-14 | drm/i915: Remove connectors_active from sanitization, v2. | Maarten Lankhorst | 1 | -3/+14 |
2015-08-14 | drm/i915: Get rid of dpms handling. | Maarten Lankhorst | 11 | -245/+11 |
2015-08-14 | drm/i915: Make crtc checking use the atomic state, v2. | Maarten Lankhorst | 1 | -62/+56 |
2015-08-14 | drm/i915: Remove connectors_active from state checking. | Maarten Lankhorst | 1 | -11/+10 |
2015-08-14 | drm/i915: Remove some unneeded checks from check_crtc_state. | Maarten Lankhorst | 1 | -18/+1 |
2015-08-14 | drm/i915: Convert connector checking to atomic, v3. | Maarten Lankhorst | 1 | -33/+34 |
2015-08-14 | drm/i915: Update atomic state when removing mst connector, v3. | Maarten Lankhorst | 2 | -12/+12 |
2015-08-14 | drm/i915: Validate the state after an atomic modeset only, and pass the state. | Maarten Lankhorst | 5 | -13/+6 |
2015-08-14 | drm/i915: Make the force_thru workaround atomic, v2. | Maarten Lankhorst | 2 | -58/+27 |
2015-08-05 | drm/i915: disable_shared_pll doesn't work on pre-gen5 | Jesse Barnes | 1 | -1/+3 |
2015-08-05 | drm/i915:skl: Add WaEnableGapsTsvCreditFix | Arun Siluvery | 2 | -0/+9 |
2015-08-05 | drm/i915/gen9: Removed byte swapping for csr firmware | Animesh Manna | 2 | -13/+5 |
2015-08-05 | drm/i915: read bpp from vbt only for older panels | Thulasimani,Sivakumar | 1 | -1/+4 |
2015-08-05 | drm/i915/skl: send opregion_nofify_adapter(PCI_D1) instead of PCI_D3 | Paulo Zanoni | 1 | -11/+9 |
2015-08-05 | drm/i915: Extract a intel_power_well_disable() function | Damien Lespiau | 1 | -5/+10 |
2015-08-05 | drm/i915: Extract a intel_power_well_enable() function | Damien Lespiau | 1 | -5/+10 |
2015-08-05 | drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl | Marc Herbert | 1 | -7/+0 |
2015-08-05 | drm/i915: VLV/CHV PSR: Increase wait delay time before active PSR. | Rodrigo Vivi | 1 | -1/+2 |
2015-08-05 | drm/i915: Split sink_crc function in start, stop and read. | Rodrigo Vivi | 1 | -39/+50 |
2015-08-05 | drm/i915: special-case dirtyfb for frontbuffer tracking | Paulo Zanoni | 2 | -1/+2 |
2015-08-05 | drm/i915: don't disable FBC for pipe A when flipping pipe B | Paulo Zanoni | 1 | -1/+1 |
2015-08-05 | drm/i915: don't call intel_fbc_update() at intel_unpin_work_fn() | Paulo Zanoni | 1 | -3/+0 |
2015-08-05 | drm/i915: fix FBC frontbuffer tracking flushing code | Paulo Zanoni | 3 | -8/+9 |
2015-07-31 | drm/i915: Update DRIVER_DATE to 20150731 | Daniel Vetter | 1 | -1/+1 |
2015-07-29 | drm/i915: Fix command parser table validator | Hanno Böck | 1 | -1/+1 |
2015-07-29 | drm/i915: Properly sort MI coomand table | Hanno Böck | 1 | -1/+1 |
2015-07-29 | drm/i915: Don't return error on sink crc stop. | Rodrigo Vivi | 1 | -2/+2 |
2015-07-29 | drm/i915: Try to stop sink crc calculation on error. | Rodrigo Vivi | 1 | -4/+5 |
2015-07-28 | drm/i915: Keep the mm.bound_list in rough LRU order | Chris Wilson | 1 | -0/+7 |
2015-07-28 | drm/i915: Fake AGP is dead | Daniel Vetter | 3 | -15/+0 |
2015-07-27 | drm/atomic: Update legacy DPMS state during modesets, v3. | Maarten Lankhorst | 2 | -14/+21 |
2015-07-27 | drm: Make the connector dpms callback return a value, v2. | Maarten Lankhorst | 19 | -44/+65 |
2015-07-27 | drm/atomic: pass old crtc state to atomic_begin/flush. | Maarten Lankhorst | 11 | -26/+44 |
2015-07-27 | drm/i915: kerneldoc for tiling IOCTL and swizzle functions | Daniel Vetter | 3 | -48/+80 |
2015-07-27 | drm/i915: Move low-level swizzling code to i915_gem_fence.c | Daniel Vetter | 3 | -223/+272 |