aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-07drm/i915: support 64K pages for the 48b PPGTTMatthew Auld2-0/+38
2017-10-07drm/i915: add support for 64K scratch pageMatthew Auld2-11/+54
2017-10-07drm/i915: support 2M pages for the 48b PPGTTMatthew Auld2-4/+74
2017-10-07drm/i915: disable GTT cache for 2M pagesMatthew Auld1-6/+5
2017-10-07drm/i915: enable IPS bit for 64K pagesMatthew Auld2-0/+20
2017-10-07drm/i915: align 64K objects to 2MMatthew Auld1-1/+11
2017-10-07drm/i915: align the vma start to the largest gtt page sizeMatthew Auld3-0/+23
2017-10-07drm/i915: introduce vm set_pages/clear_pagesMatthew Auld4-44/+66
2017-10-07drm/i915: introduce page_size membersMatthew Auld9-12/+93
2017-10-07drm/i915: push set_pages down to the callersMatthew Auld8-54/+77
2017-10-07drm/i915: introduce page_sizes field to dev_infoMatthew Auld4-1/+30
2017-10-07drm/i915/gemfs: enable THPMatthew Auld1-0/+22
2017-10-07drm/i915: introduce simple gemfsMatthew Auld6-1/+128
2017-10-06drm/i915/execlists: Add a comment for the extra MI_ARB_ENABLEChris Wilson1-1/+17
2017-10-06drm/i915: Order two completing nop_submit_requestChris Wilson1-1/+6
2017-10-06drm/i915: Silence compiler warning for hsw_power_well_enable()Chris Wilson1-1/+1
2017-10-06drm/i915: Try harder to finish the idle-workerChris Wilson3-4/+15
2017-10-06drm/i915: Fix pointer-to-int conversionMichal Wajdeczko2-2/+7
2017-10-06drm/i915/huc: Fix includes in intel_huc.cMichal Wajdeczko2-2/+6
2017-10-06drm/i915: Unify uC variable types to avoid flooding checkpatch.plJoonas Lahtinen7-46/+48
2017-10-06drm/i915: Use crtc_state_is_legacy_gamma in intel_color_checkMaarten Lankhorst1-9/+7
2017-10-06drm/i915/crt: clean up encoder hook assignmentJani Nikula1-7/+8
2017-10-06drm/i915: push DDI FDI link training on enable to CRT encoderJani Nikula2-3/+2
2017-10-06drm/i915: push DDI and DSI underrun reporting on enable to encoderJani Nikula3-4/+14
2017-10-06drm/i915: push DDI CRT underrun reporting on disable to encoderJani Nikula2-6/+18
2017-10-06drm/i915: push DDI CRT underrun reporting on enable to encoderJani Nikula2-14/+51
2017-10-06drm/i915/uc: Unify initialization of the uC firmware helperMichal Wajdeczko3-8/+11
2017-10-06drm/i915/uc: Fix includes orderMichal Wajdeczko1-2/+1
2017-10-06drm/i915/guc: Move GuC core definitions into dedicated filesMichal Wajdeczko6-315/+377
2017-10-06drm/i915/guc: Move GuC submission declarations into dedicated headerMichal Wajdeczko5-48/+86
2017-10-06drm/i915/guc: Move GuC log declarations into dedicated headerMichal Wajdeczko3-25/+63
2017-10-05drm/i915/cnl: Do not add an extra page for precaution in the Gen10 LRC sizeOscar Mateo1-1/+1
2017-10-05drm/i915: avoid potential uninitialized variable useArnd Bergmann1-3/+9
2017-10-05drm/i915/selftests: fix check for intel IOMMUArnd Bergmann1-1/+1
2017-10-05drm/i915/selftests: Remember to create the fake preempt contextChris Wilson1-0/+6
2017-10-05drm/i915/edp: Increase the T12 delay quirk to 1300msManasi Navare1-1/+1
2017-10-05drm/i915/edp: Get the Panel Power Off timestamp after panel is offManasi Navare1-1/+1
2017-10-05drm/i915/mst: Use MST sideband message transactions for dpms controlDhinakaran Pandiyan2-6/+22
2017-10-04drm/i915/scheduler: Support user-defined prioritiesChris Wilson3-4/+34
2017-10-04drm/i915/execlists: Preemption!Chris Wilson5-36/+143
2017-10-04drm/i915: Expand I915_PARAM_HAS_SCHEDULER into a capability bitmaskChris Wilson1-2/+3
2017-10-04drm/i915/execlists: Keep request->priority for its lifetimeChris Wilson3-8/+18
2017-10-04drm/i915/execlists: Move bdw GPGPU w/a to emit_bbChris Wilson1-20/+4
2017-10-04drm/i915: Introduce a preempt contextChris Wilson4-24/+87
2017-10-04drm/i915/execlists: Distinguish the incomplete context notifiesChris Wilson3-1/+3
2017-10-04drm/i915/preempt: Default to disabled mid-command preemption levelsMichaƂ Winiarski2-0/+31
2017-10-04drm/i915/preempt: Fix WaEnablePreemptionGranularityControlByUMDJeff McGee1-10/+6
2017-10-04drm/i915/guc: Move Guc early init into own functionMichal Wajdeczko1-3/+6
2017-10-04drm/i915/huc: Move HuC declarations into dedicated headerMichal Wajdeczko2-12/+40
2017-10-04drm/i915/uc: Move uC fw helper code into dedicated filesMichal Wajdeczko5-221/+297