summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2017-10-11drm/i915: Create generic functions to control RC6, RPSSagar Arun Kamble
2017-10-11drm/i915: Create generic function to setup LLC ring frequency tableSagar Arun Kamble
2017-10-11drm/i915: Rename intel_enable_rc6 to intel_rc6_enabledSagar Arun Kamble
2017-10-11drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble
2017-10-11drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lockSagar Arun Kamble
2017-10-11drm/i915: Name i915_runtime_pm structure in dev_priv as "runtime_pm"Sagar Arun Kamble
2017-10-11drm/i915: Separate RPS and RC6 handling for CHVSagar Arun Kamble
2017-10-11drm/i915: Separate RPS and RC6 handling for VLVSagar Arun Kamble
2017-10-11drm/i915: Separate RPS and RC6 handling for BDWSagar Arun Kamble
2017-10-11drm/i915: Remove superfluous IS_BDW checks and non-BDW changes from gen8_enab...Sagar Arun Kamble
2017-10-11drm/i915: Separate RPS and RC6 handling for gen6+Sagar Arun Kamble
2017-10-10drm/i915/selftests: ditch the kernel contextMatthew Auld
2017-10-10drm/i915: Silently fallback to 4k scratchChris Wilson
2017-10-10drm/i915: Cleanup South Error InterruptsMika Kahola
2017-10-10drm/i915: Favor for_each_pipe() macroMika Kahola
2017-10-10drm/i915: Fold IRQ pipe masksMika Kahola
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ä