summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-09drm/i915: Only use sanitized values for ILK watermarksMaarten Lankhorst2-8/+12
2016-03-09drm/i915/bxt: add missing DSI power domain to power well 1Jani Nikula1-0/+1
2016-03-07drm/i915: Fix bogus dig_port_map[] assignment for pre-HSWTakashi Iwai4-4/+3
2016-03-07drm/i915/gen9: Fix DMC firmware initializationImre Deak3-35/+29
2016-03-04drm/i915/hangcheck: Prevent long walks across full-ppgttMika Kuoppala4-16/+7
2016-03-04drm/i915: Generalise common GPU engine reset request/unrequest codeTomas Elf1-20/+36
2016-03-04drm/i915: Use DIV_ROUND_CLOSEST for PWM calculationsVille Syrjälä1-7/+7
2016-03-04drm/i915: Clean up .get_aux_clock_divider() functionsVille Syrjälä1-13/+15
2016-03-04drm/i915: Read out hrawclk from CCK on vlv/chvVille Syrjälä2-1/+3
2016-03-04drm/i915: Use g4x_get_aux_clock_divider() for VLV/CHVVille Syrjälä1-7/+0
2016-03-04drm/i915: Rename s/i9xx/g4x/ in DP codeVille Syrjälä1-7/+7
2016-03-04drm/i915: Store rawclk_freq in dev_privVille Syrjälä5-54/+62
2016-03-03drm/i915: Do not wait atomically for display clocksTvrtko Ursulin1-4/+4
2016-03-03drm/i915: Do not lie about atomic timeout granularityTvrtko Ursulin1-2/+35
2016-03-03drm/i915: Kconfig for extra driver debuggingTvrtko Ursulin2-0/+18
2016-03-03drm/i915/lrc: Do not wait atomically when stopping enginesTvrtko Ursulin1-1/+1
2016-03-03drm/i915: Add wait_for_usTvrtko Ursulin3-10/+12
2016-03-03drm/i915/bxt: Additional MIPI clock divider form B0 stepping onwardsDeepak M2-63/+89
2016-03-03drm/i915: Only recalculate wm's for planes part of the state, v2.Maarten Lankhorst4-29/+47
2016-03-03drm/i915: Allow preservation of watermarks, v2.Maarten Lankhorst1-10/+13
2016-03-03drm/i915: Handle invalid ilk pipe watermarks correctly.Maarten Lankhorst1-1/+1
2016-03-02drm/i915: Hold RPM reference while setting freq limits through sysfsSagar Arun Kamble1-0/+10
2016-03-02drm/i915: Avoid snooping with userptr where not supportedTvrtko Ursulin4-1/+14
2016-03-02drm/i915: Do not return unknown status when load detection is tested.Maarten Lankhorst1-0/+2
2016-03-01drm/i915/gen9: Remove state asserts when disabling DC statesImre Deak1-40/+1
2016-03-01drm/i915/gen9: Disable DC states if power well support is disabledImre Deak1-0/+3
2016-03-01drm/i915/gen9: Sanitize handling of allowed DC statesImre Deak2-21/+58
2016-03-01drm/i915/skl: Fix power domain suspend sequenceImre Deak1-3/+3
2016-03-01drm/i915/error: Capture WA ctx batch in error statearun.siluvery@linux.intel.com2-0/+31
2016-03-01drm/i915: Try to fix CRT port clock limitsVille Syrjälä1-4/+12
2016-03-01drm/i915: Read out VGA dotclock properly on LPTVille Syrjälä4-2/+48
2016-03-01drm/i915: Make the LPT iclkip 20MHz case more genericVille Syrjälä1-21/+19
2016-03-01drm/i915: Remove the SPLL==270Mhz assumption from intel_fdi_link_freq()Ville Syrjälä1-7/+10
2016-03-01drm/i915: Move the encoder vs. FDI dotclock check out from encoder .get_config()Ville Syrjälä7-58/+38
2016-03-01drm/i915: Dump ddi_pll_sel in hex instead of decimal on HSW/BDWVille Syrjälä1-1/+1
2016-03-01drm/i915: Embed rotation_info under intel_framebufferVille Syrjälä2-11/+17
2016-03-01drm/i915: Move the NULL sg handling out from rotate_pages()Ville Syrjälä1-10/+8
2016-03-01drm/i915: Reorganize intel_rotation_infoVille Syrjälä4-37/+35
2016-03-01drm/i915: Pass drm_frambuffer to intel_compute_page_offset()Ville Syrjälä3-18/+12
2016-03-01drm/i915: Don't pass plane+plane_state to intel_pin_and_fence_fb_obj()Ville Syrjälä3-28/+20
2016-03-01drm/i915: Support for extra alignment for tiled surfacesVille Syrjälä1-5/+45
2016-03-01drm/i915: Pass 90/270 vs. 0/180 rotation info for intel_gen4_compute_page_off...Ville Syrjälä3-30/+63
2016-03-01drm/i915: s/tile_width/tile_width_bytes/Ville Syrjälä1-16/+16
2016-03-01drm/i915: Account for the size of the chroma plane for the rotated gtt viewVille Syrjälä1-1/+1
2016-03-01drm/i915: Add missing NULL check before calling initial_watermarksImre Deak1-2/+6
2016-03-01drm/i915: Execlists small cleanups and micro-optimisationsTvrtko Ursulin2-103/+114
2016-03-01drm/i915: Handle -EDEADLK in drm_atomic_commit from load-detect.Maarten Lankhorst1-1/+2
2016-02-29drm/i915: remove dead codeEric Engestrom1-12/+0
2016-02-29drm/i915: remove left over dead codeEric Engestrom1-14/+0
2016-02-29drm/i915: Add two-stage ILK-style watermark programming (v11)Matt Roper6-58/+244