summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/i915: Track user GTT faulting per-vmaChris Wilson2017-10-097-23/+88
| * drm/i915: Consolidate get_fence with pin_fenceChris Wilson2017-10-097-30/+45
| * drm/i915: Pin fence for iomapChris Wilson2017-10-093-18/+32
| * drm/i915: Provide an assert for when we expect forcewake to be heldChris Wilson2017-10-093-2/+29
| * drm/i915/selftests: Hold the rpm wakeref for the reset testsChris Wilson2017-10-091-1/+8
| * drm/i915: Hold forcewake for the duration of reset+restartChris Wilson2017-10-091-2/+15
| * drm/i915/selftests: Pretty print engine state when requests fail to startChris Wilson2017-10-091-0/+10
| * drm/i915: Make i915_engine_info pretty printer to standaloneChris Wilson2017-10-093-144/+168
| * drm/i915: Assert we do not try to expand VMA for hugepage inside GGTTChris Wilson2017-10-091-0/+7
| * drm/i915: Use intel_get_pipe_timings() and intel_mode_from_pipe_config() in i...Ville Syrjälä2017-10-091-18/+4Star
| * drm/i915: Read timings from the correct transcoder in intel_crtc_mode_get()Ville Syrjälä2017-10-091-5/+9
| * drm/i915: enable platform support for 2M pagesMatthew Auld2017-10-072-3/+6
| * drm/i915: enable platform support for 64K pagesMatthew Auld2017-10-072-2/+4
| * drm/i915: disable platform support for vGPU huge gtt pagesMatthew Auld2017-10-071-0/+9
| * drm/i915/selftests: mix huge pagesMatthew Auld2017-10-071-0/+15
| * drm/i915/selftests: huge page testsMatthew Auld2017-10-075-0/+1720
| * drm/i915/debugfs: include some gtt page size metricsMatthew Auld2017-10-071-4/+57
| * drm/i915: accurate page size tracking for the ppgttMatthew Auld2017-10-072-0/+21
| * drm/i915: support 64K pages for the 48b PPGTTMatthew Auld2017-10-072-0/+38
| * drm/i915: add support for 64K scratch pageMatthew Auld2017-10-072-11/+54
| * drm/i915: support 2M pages for the 48b PPGTTMatthew Auld2017-10-072-4/+74
| * drm/i915: disable GTT cache for 2M pagesMatthew Auld2017-10-071-6/+5Star
| * drm/i915: enable IPS bit for 64K pagesMatthew Auld2017-10-072-0/+20
| * drm/i915: align 64K objects to 2MMatthew Auld2017-10-071-1/+11
| * drm/i915: align the vma start to the largest gtt page sizeMatthew Auld2017-10-073-0/+23
| * drm/i915: introduce vm set_pages/clear_pagesMatthew Auld2017-10-074-44/+66
| * drm/i915: introduce page_size membersMatthew Auld2017-10-079-12/+93
| * drm/i915: push set_pages down to the callersMatthew Auld2017-10-078-54/+77
| * drm/i915: introduce page_sizes field to dev_infoMatthew Auld2017-10-074-1/+30
| * drm/i915/gemfs: enable THPMatthew Auld2017-10-071-0/+22
| * drm/i915: introduce simple gemfsMatthew Auld2017-10-076-1/+128
| * drm/i915/execlists: Add a comment for the extra MI_ARB_ENABLEChris Wilson2017-10-071-1/+17
| * drm/i915: Order two completing nop_submit_requestChris Wilson2017-10-061-1/+6
| * drm/i915: Silence compiler warning for hsw_power_well_enable()Chris Wilson2017-10-061-1/+1
| * drm/i915: Try harder to finish the idle-workerChris Wilson2017-10-063-4/+15
| * drm/i915: Fix pointer-to-int conversionMichal Wajdeczko2017-10-062-2/+7
| * drm/i915/huc: Fix includes in intel_huc.cMichal Wajdeczko2017-10-062-2/+6
| * drm/i915: Unify uC variable types to avoid flooding checkpatch.plJoonas Lahtinen2017-10-067-46/+48
| * drm/i915: Use crtc_state_is_legacy_gamma in intel_color_checkMaarten Lankhorst2017-10-061-9/+7Star
| * drm/i915/crt: clean up encoder hook assignmentJani Nikula2017-10-061-7/+8
| * drm/i915: push DDI FDI link training on enable to CRT encoderJani Nikula2017-10-062-3/+2Star
| * drm/i915: push DDI and DSI underrun reporting on enable to encoderJani Nikula2017-10-063-4/+14
| * drm/i915: push DDI CRT underrun reporting on disable to encoderJani Nikula2017-10-062-6/+18
| * drm/i915: push DDI CRT underrun reporting on enable to encoderJani Nikula2017-10-062-14/+51
| * drm/i915/uc: Unify initialization of the uC firmware helperMichal Wajdeczko2017-10-063-8/+11
| * drm/i915/uc: Fix includes orderMichal Wajdeczko2017-10-061-2/+1Star
| * drm/i915/guc: Move GuC core definitions into dedicated filesMichal Wajdeczko2017-10-066-315/+377
| * drm/i915/guc: Move GuC submission declarations into dedicated headerMichal Wajdeczko2017-10-065-48/+86
| * drm/i915/guc: Move GuC log declarations into dedicated headerMichal Wajdeczko2017-10-063-25/+63
| * drm/i915/cnl: Do not add an extra page for precaution in the Gen10 LRC sizeOscar Mateo2017-10-051-1/+1