summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-10-11drm/i915: Name i915_runtime_pm structure in dev_priv as "runtime_pm"Sagar Arun Kamble7-23/+23
2017-10-11drm/i915: Separate RPS and RC6 handling for CHVSagar Arun Kamble1-6/+24
2017-10-11drm/i915: Separate RPS and RC6 handling for VLVSagar Arun Kamble2-34/+51
2017-10-11drm/i915: Separate RPS and RC6 handling for BDWSagar Arun Kamble1-6/+12
2017-10-11drm/i915: Remove superfluous IS_BDW checks and non-BDW changes from gen8_enab...Sagar Arun Kamble1-12/+5
2017-10-11drm/i915: Separate RPS and RC6 handling for gen6+Sagar Arun Kamble2-23/+37
2017-10-10drm/i915/selftests: ditch the kernel contextMatthew Auld1-19/+38
2017-10-10drm/i915: Silently fallback to 4k scratchChris Wilson1-1/+1
2017-10-10drm/i915: Cleanup South Error InterruptsMika Kahola2-11/+4
2017-10-10drm/i915: Favor for_each_pipe() macroMika Kahola1-4/+4
2017-10-10drm/i915: Fold IRQ pipe masksMika Kahola1-4/+3
2017-10-10drm/i915: Remove I915_MAX_PIPES dependency for DDB allocationMika Kahola3-7/+13
2017-10-10drm/i915: Don't relay on I915_MAX_PIPESMika Kahola2-4/+5
2017-10-10drm/i915: Nuke the bogus kernel doc for i9xx_disable_pll()Ville Syrjälä1-9/+0
2017-10-10drm/i915: Pass crtc state to i9xx_enable_pll()Ville Syrjälä1-4/+5
2017-10-10drm/i915: Parametrize CBR_DPLLBMD_PIPE definesVille Syrjälä2-3/+2
2017-10-10drm/i915: Use enum pipe for PCH transcodersVille Syrjälä1-3/+3
2017-10-10drm/i915: Increase atomic update vblank evasion time with lockdepDaniel Vetter1-0/+6
2017-10-10drm/i915: Use execlists_num_ports instead of size of arrayMika Kuoppala2-2/+2
2017-10-10drm/i915: Preallocate our mmu notifier workequeu to unbreak cpu hotplug deadlockDaniel Vetter1-15/+23
2017-10-10drm/i915/bios: don't pass bdb to parsers that don't parse VBT directlyJani Nikula1-11/+9
2017-10-10drm/i915/bios: parse SDVO device mapping from pre-parsed child devicesJani Nikula1-27/+12
2017-10-10drm/i915/bios: merge parse_device_mapping() into parse_general_definitions()Jani Nikula1-32/+16
2017-10-10drm/i915/bios: cleanup comments and useless returnJani Nikula1-7/+2
2017-10-10drm/i915/bios: remove an unnecessary temp variableJani Nikula1-5/+2
2017-10-10drm/i915/bios: don't initialize fields based on vbt versionJani Nikula1-13/+0
2017-10-10drm/i915/bios: refactor parse general definitionsJani Nikula1-14/+20
2017-10-10drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and DP AUX channelJani Nikula1-1/+1
2017-10-09drm/i915: avoid division by zero on cnl_calc_wrpll_linkPaulo Zanoni1-0/+3
2017-10-09drm/i915: add the BXT and CNL DPLL registers to pipe_config_comparePaulo Zanoni1-0/+12
2017-10-09drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld7-38/+38
2017-10-09drm/i915: Early rejection of mappable GGTT pin attempts for large boChris Wilson1-30/+35
2017-10-09drm/i915: Avoid evicting user fault mappable vma for pread/pwriteChris Wilson1-2/+6
2017-10-09drm/i915: Try a minimal attempt to insert the whole object for relocationsChris Wilson1-1/+3
2017-10-09drm/i915: Check PIN_NONFAULT overlaps in evict_for_nodeChris Wilson1-0/+5
2017-10-09drm/i915: Track user GTT faulting per-vmaChris Wilson7-23/+88
2017-10-09drm/i915: Consolidate get_fence with pin_fenceChris Wilson7-30/+45
2017-10-09drm/i915: Pin fence for iomapChris Wilson3-18/+32
2017-10-09drm/i915: Provide an assert for when we expect forcewake to be heldChris Wilson3-2/+29
2017-10-09drm/i915/selftests: Hold the rpm wakeref for the reset testsChris Wilson1-1/+8
2017-10-09drm/i915: Hold forcewake for the duration of reset+restartChris Wilson1-2/+15
2017-10-09drm/i915/selftests: Pretty print engine state when requests fail to startChris Wilson1-0/+10
2017-10-09drm/i915: Make i915_engine_info pretty printer to standaloneChris Wilson3-144/+168
2017-10-09drm/i915: Assert we do not try to expand VMA for hugepage inside GGTTChris Wilson1-0/+7
2017-10-09drm/i915: Use intel_get_pipe_timings() and intel_mode_from_pipe_config() in i...Ville Syrjälä1-18/+4
2017-10-09drm/i915: Read timings from the correct transcoder in intel_crtc_mode_get()Ville Syrjälä1-5/+9
2017-10-07drm/i915: enable platform support for 2M pagesMatthew Auld2-3/+6
2017-10-07drm/i915: enable platform support for 64K pagesMatthew Auld2-2/+4
2017-10-07drm/i915: disable platform support for vGPU huge gtt pagesMatthew Auld1-0/+9
2017-10-07drm/i915/selftests: mix huge pagesMatthew Auld1-0/+15