summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-10-10drm/i915: Remove I915_MAX_PIPES dependency for DDB allocationMika Kahola
2017-10-10drm/i915: Don't relay on I915_MAX_PIPESMika Kahola
2017-10-10drm/i915: Nuke the bogus kernel doc for i9xx_disable_pll()Ville Syrjälä
2017-10-10drm/i915: Pass crtc state to i9xx_enable_pll()Ville Syrjälä
2017-10-10drm/i915: Parametrize CBR_DPLLBMD_PIPE definesVille Syrjälä
2017-10-10drm/i915: Use enum pipe for PCH transcodersVille Syrjälä
2017-10-10drm/i915: Increase atomic update vblank evasion time with lockdepDaniel Vetter
2017-10-10drm/i915: Use execlists_num_ports instead of size of arrayMika Kuoppala
2017-10-10drm/i915: Preallocate our mmu notifier workequeu to unbreak cpu hotplug deadlockDaniel Vetter
2017-10-10drm/i915/bios: don't pass bdb to parsers that don't parse VBT directlyJani Nikula
2017-10-10drm/i915/bios: parse SDVO device mapping from pre-parsed child devicesJani Nikula
2017-10-10drm/i915/bios: merge parse_device_mapping() into parse_general_definitions()Jani Nikula
2017-10-10drm/i915/bios: cleanup comments and useless returnJani Nikula
2017-10-10drm/i915/bios: remove an unnecessary temp variableJani Nikula
2017-10-10drm/i915/bios: don't initialize fields based on vbt versionJani Nikula
2017-10-10drm/i915/bios: refactor parse general definitionsJani Nikula
2017-10-10drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and DP AUX channelJani Nikula
2017-10-09drm/i915: avoid division by zero on cnl_calc_wrpll_linkPaulo Zanoni
2017-10-09drm/i915: add the BXT and CNL DPLL registers to pipe_config_comparePaulo Zanoni
2017-10-09drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld
2017-10-09drm/i915: Early rejection of mappable GGTT pin attempts for large boChris Wilson
2017-10-09drm/i915: Avoid evicting user fault mappable vma for pread/pwriteChris Wilson
2017-10-09drm/i915: Try a minimal attempt to insert the whole object for relocationsChris Wilson
2017-10-09drm/i915: Check PIN_NONFAULT overlaps in evict_for_nodeChris Wilson
2017-10-09drm/i915: Track user GTT faulting per-vmaChris Wilson
2017-10-09drm/i915: Consolidate get_fence with pin_fenceChris Wilson
2017-10-09drm/i915: Pin fence for iomapChris Wilson
2017-10-09drm/i915: Provide an assert for when we expect forcewake to be heldChris Wilson
2017-10-09drm/i915/selftests: Hold the rpm wakeref for the reset testsChris Wilson
2017-10-09drm/i915: Hold forcewake for the duration of reset+restartChris Wilson
2017-10-09drm/i915/selftests: Pretty print engine state when requests fail to startChris Wilson
2017-10-09drm/i915: Make i915_engine_info pretty printer to standaloneChris Wilson
2017-10-09drm/i915: Assert we do not try to expand VMA for hugepage inside GGTTChris Wilson
2017-10-09drm/i915: Use intel_get_pipe_timings() and intel_mode_from_pipe_config() in i...Ville Syrjälä
2017-10-09drm/i915: Read timings from the correct transcoder in intel_crtc_mode_get()Ville Syrjälä
2017-10-07drm/i915: enable platform support for 2M pagesMatthew Auld
2017-10-07drm/i915: enable platform support for 64K pagesMatthew Auld
2017-10-07drm/i915: disable platform support for vGPU huge gtt pagesMatthew Auld
2017-10-07drm/i915/selftests: mix huge pagesMatthew Auld
2017-10-07drm/i915/selftests: huge page testsMatthew Auld
2017-10-07drm/i915/debugfs: include some gtt page size metricsMatthew Auld
2017-10-07drm/i915: accurate page size tracking for the ppgttMatthew Auld
2017-10-07drm/i915: support 64K pages for the 48b PPGTTMatthew Auld
2017-10-07drm/i915: add support for 64K scratch pageMatthew Auld
2017-10-07drm/i915: support 2M pages for the 48b PPGTTMatthew Auld
2017-10-07drm/i915: disable GTT cache for 2M pagesMatthew Auld
2017-10-07drm/i915: enable IPS bit for 64K pagesMatthew Auld
2017-10-07drm/i915: align 64K objects to 2MMatthew Auld
2017-10-07drm/i915: align the vma start to the largest gtt page sizeMatthew Auld
2017-10-07drm/i915: introduce vm set_pages/clear_pagesMatthew Auld