| Commit message (Expand) | Author | Files | Lines |
2015-08-14 | drm/i915/bxt: Add HPD support for DDIA | Sonika Jindal | 1 | -7/+3 |
2015-08-14 | drm/i915: Always pass dev pointer in pdp_init | Michel Thierry | 1 | -1/+1 |
2015-08-14 | drm/i915: Use complete virtual address range on 32-bit platforms | Michel Thierry | 1 | -8/+0 |
2015-08-14 | drm/i915/gtt: Allow >= 4GB offsets in X86_32 | Michel Thierry | 6 | -26/+20 |
2015-08-14 | drm/i915: Dont -ETIMEDOUT on identical new and previous (count, crc). | Rodrigo Vivi | 1 | -6/+15 |
2015-08-14 | drm/i915: Save latest known sink CRC to compensate delayed counter reset. | Rodrigo Vivi | 2 | -17/+33 |
2015-08-14 | drm/i915: Force sink crc stop before start. | Rodrigo Vivi | 2 | -3/+20 |
2015-08-14 | drm/i915/userptr: Kill user_size limit check | Michel Thierry | 1 | -4/+0 |
2015-08-14 | drm/i915: batch_obj vm offset must be u64 | Michel Thierry | 1 | -1/+1 |
2015-08-14 | drm/i915: object size needs to be u64 | Michel Thierry | 1 | -2/+3 |
2015-08-14 | drm/i915/gen8: Add ppgtt info and debug_dump | Michel Thierry | 2 | -8/+94 |
2015-08-14 | drm/i915: Expand error state's address width to 64b | Michel Thierry | 2 | -12/+16 |
2015-08-14 | drm/i915/gen8: Initialize PDPs and PML4 | Michel Thierry | 2 | -0/+39 |
2015-08-14 | drm/i915/gen8: Add 4 level support in insert_entries and clear_range | Michel Thierry | 1 | -16/+36 |
2015-08-14 | drm/i915/gen8: Pass sg_iter through pte inserts | Michel Thierry | 1 | -5/+6 |
2015-08-14 | drm/i915/gen8: Add 4 level switching infrastructure and lrc support | Michel Thierry | 3 | -23/+55 |
2015-08-14 | drm/i915/gen8: implement alloc/free for 4lvl | Michel Thierry | 3 | -16/+246 |
2015-08-14 | drm/i915/gen8: Add PML4 structure | Michel Thierry | 3 | -16/+40 |
2015-08-14 | drm/i915/gen8: Add dynamic page trace events | Michel Thierry | 2 | -8/+22 |
2015-08-14 | drm/i915/gen8: Generalize PTE writing for GEN8 PPGTT | Michel Thierry | 1 | -12/+41 |
2015-08-14 | drm/i915/gen8: Abstract PDP usage | Michel Thierry | 1 | -40/+44 |
2015-08-14 | drm/i915/gen8: Make pdp allocation more dynamic | Michel Thierry | 2 | -23/+80 |
2015-08-14 | drm/i915: Remove unnecessary gen8_clamp_pd | Michel Thierry | 2 | -12/+1 |
2015-08-14 | drm/i915: Per-DDI I_boost override | Antti Koskipaa | 4 | -8/+63 |
2015-08-14 | drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A | Jani Nikula | 1 | -2/+1 |
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-13 | drm/i915: Commit planes on each crtc separately. | Maarten Lankhorst | 2 | -42/+14 |