summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-29drm/i915: Update DRIVER_DATE to 20160229Daniel Vetter1-1/+1
2016-02-26drm/i915: Execlists cannot pin a context without the objectChris Wilson1-4/+0
2016-02-26drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson7-54/+33
2016-02-26drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson10-53/+52
2016-02-26drm/i915: Balance assert_rpm_wakelock_held() for !IS_ENABLED(CONFIG_PM)Chris Wilson1-14/+12
2016-02-26drm/i915/lrc: Only set RS ctx enable in ctx control reg if there is a RSMichel Thierry1-1/+2
2016-02-26drm/i915/gen9: Set value of Indirect Context Offset based on gen versionMichel Thierry1-2/+24
2016-02-25drm/i915: Remove update_sprite_watermarks.Maarten Lankhorst2-5/+0
2016-02-25drm/i915: Kill off intel_crtc->atomic.wait_vblank, v6.Maarten Lankhorst3-25/+90
2016-02-25drm/i915: Unify power domain handling.Maarten Lankhorst1-45/+24
2016-02-25drm/i915: Pass crtc state to modeset_get_crtc_power_domains.Maarten Lankhorst1-12/+21
2016-02-22drm/i915: Add for_each_pipe_masked()Ville Syrjälä2-18/+12
2016-02-22drm/i915: Make sure pipe interrupts are processed before turning off power we...Ville Syrjälä3-0/+37
2016-02-22drm/i915: synchronize_irq() before turning off disp2d power well on VLV/CHVVille Syrjälä1-0/+3
2016-02-22drm/i915: Skip PIPESTAT reads from irq handler on VLV/CHV when power well is ...Ville Syrjälä1-0/+6
2016-02-22drm/i915/gen9: Write dc state debugmask bits only onceMika Kuoppala3-9/+8
2016-02-22drm/i915/gen9: Extend dmc debug mask to include coresMika Kuoppala2-6/+11
2016-02-22drm/i915/gen9: Verify and enforce dc6 state writesMika Kuoppala1-2/+39
2016-02-22drm/i915/gen9: Check for DC state mismatchPatrik Jakobsson3-0/+11
2016-02-19drm/i915/fbc: enable FBC by default on HSW and BDWPaulo Zanoni1-1/+3
2016-02-19drm/i915: drop unused i915.disable_vtd_wa module parameterJani Nikula2-5/+0