summaryrefslogtreecommitdiffstats
path: root/Documentation/crc32.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-14drm/i915/bxt: Add HPD support for DDIASonika Jindal1-7/+3
2015-08-14drm/i915: Always pass dev pointer in pdp_initMichel Thierry1-1/+1
2015-08-14drm/i915: Use complete virtual address range on 32-bit platformsMichel Thierry1-8/+0
2015-08-14drm/i915/gtt: Allow >= 4GB offsets in X86_32Michel Thierry6-26/+20
2015-08-14drm/i915: Dont -ETIMEDOUT on identical new and previous (count, crc).Rodrigo Vivi1-6/+15
2015-08-14drm/i915: Save latest known sink CRC to compensate delayed counter reset.Rodrigo Vivi2-17/+33
2015-08-14drm/i915: Force sink crc stop before start.Rodrigo Vivi2-3/+20
2015-08-14drm/i915/userptr: Kill user_size limit checkMichel Thierry1-4/+0
2015-08-14drm/i915: batch_obj vm offset must be u64Michel Thierry1-1/+1
2015-08-14drm/i915: object size needs to be u64Michel Thierry1-2/+3
2015-08-14drm/i915/gen8: Add ppgtt info and debug_dumpMichel Thierry2-8/+94
2015-08-14drm/i915: Expand error state's address width to 64bMichel Thierry2-12/+16
2015-08-14drm/i915/gen8: Initialize PDPs and PML4Michel Thierry2-0/+39
2015-08-14drm/i915/gen8: Add 4 level support in insert_entries and clear_rangeMichel Thierry1-16/+36
2015-08-14drm/i915/gen8: Pass sg_iter through pte insertsMichel Thierry1-5/+6
2015-08-14drm/i915/gen8: Add 4 level switching infrastructure and lrc supportMichel Thierry3-23/+55
2015-08-14drm/i915/gen8: implement alloc/free for 4lvlMichel Thierry3-16/+246
2015-08-14drm/i915/gen8: Add PML4 structureMichel Thierry3-16/+40
2015-08-14drm/i915/gen8: Add dynamic page trace eventsMichel Thierry2-8/+22
2015-08-14drm/i915/gen8: Generalize PTE writing for GEN8 PPGTTMichel Thierry1-12/+41
2015-08-14drm/i915/gen8: Abstract PDP usageMichel Thierry1-40/+44
2015-08-14drm/i915/gen8: Make pdp allocation more dynamicMichel Thierry2-23/+80
2015-08-14drm/i915: Remove unnecessary gen8_clamp_pdMichel Thierry2-12/+1
2015-08-14drm/i915: Per-DDI I_boost overrideAntti Koskipaa4-8/+63
2015-08-14drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI AJani Nikula1-2/+1
2015-08-14drm/i915: fix checksum write for automated test replyThulasimani,Sivakumar1-1/+8
2015-08-14drm/i915: Contain the WA_REG macroMika Kuoppala1-2/+2
2015-08-14drm/i915: Remove the failed context from the fpriv->context_idrChris Wilson1-0/+1
2015-08-14drm/i915: Report IOMMU enabled status for GPU hangsChris Wilson2-0/+6
2015-08-14drm/i915: Check idle to active before processing CSQMika Kuoppala1-0/+3
2015-08-14drm/i915: Set alternate aux for DDI-ERodrigo Vivi4-8/+56
2015-08-14drm/i915: Set power domain for DDI-ERodrigo Vivi1-0/+1
2015-08-14drm/i915: fix stolen bios_reserved checksPaulo Zanoni2-23/+159
2015-08-14drm/i915: Use masked write for Context Status Buffer PointerMika Kuoppala1-1/+1
2015-08-14drm/i915/skl WaDisableSbeCacheDispatchPortSharingMika Kuoppala1-0/+7
2015-08-14drm/i915: Spam less on dp aux send/receive problemsMika Kuoppala1-2/+9
2015-08-14drm/i915: Handle return value in intel_pin_and_fence_fb_obj, v2.Maarten Lankhorst1-1/+12
2015-08-14drm/i915: Only update mode related state if a modeset happened.Maarten Lankhorst1-23/+7
2015-08-14drm/i915: Remove connectors_active.Maarten Lankhorst2-37/+1
2015-08-14drm/i915: Remove connectors_active from intel_dp.c, v2.Maarten Lankhorst1-5/+2
2015-08-14drm/i915: Remove connectors_active from sanitization, v2.Maarten Lankhorst1-3/+14
2015-08-14drm/i915: Get rid of dpms handling.Maarten Lankhorst11-245/+11
2015-08-14drm/i915: Make crtc checking use the atomic state, v2.Maarten Lankhorst1-62/+56
2015-08-14drm/i915: Remove connectors_active from state checking.Maarten Lankhorst1-11/+10
2015-08-14drm/i915: Remove some unneeded checks from check_crtc_state.Maarten Lankhorst1-18/+1
2015-08-14drm/i915: Convert connector checking to atomic, v3.Maarten Lankhorst1-33/+34
2015-08-14drm/i915: Update atomic state when removing mst connector, v3.Maarten Lankhorst2-12/+12
2015-08-14drm/i915: Validate the state after an atomic modeset only, and pass the state.Maarten Lankhorst5-13/+6
2015-08-14drm/i915: Make the force_thru workaround atomic, v2.Maarten Lankhorst2-58/+27
2015-08-13drm/i915: Commit planes on each crtc separately.Maarten Lankhorst2-42/+14