summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17drm/i915: Move load time init of display/audio hooks earlierImre Deak1-43/+39
2016-03-17drm/i915: Move pll power state to crtc power domains.Maarten Lankhorst1-3/+3
2016-03-17drm/i915: Perform dpll commit first, v2.Maarten Lankhorst1-3/+2
2016-03-17drm/i915: Use a crtc mask instead of a refcount for dpll functions, v2.Maarten Lankhorst1-22/+21
2016-03-16drm/i915: make transcoder_name return a stringJani Nikula1-2/+2
2016-03-16drm/i915: More intel_engine_cs renamingTvrtko Ursulin1-2/+2
2016-03-16drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin1-9/+9
2016-03-16drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin1-4/+4
2016-03-16drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin1-53/+53
2016-03-16drm/i915/bxt: Fix off-by-one error in Broxton PLL IDsImre Deak1-3/+3
2016-03-16drm/i915: Nuke fbc members from intel_crtc->atomic, v4.Maarten Lankhorst1-35/+16
2016-03-16drm/i915: Remove some post-commit members from intel_crtc->atomic, v3.Maarten Lankhorst1-8/+21
2016-03-10drm/i915: Update state before setting watermarks, v2.Maarten Lankhorst1-30/+15
2016-03-10drm/i915: s/crtc_state/old_crtc_state/ in intel_atomic_commit()Ville Syrjälä1-10/+10
2016-03-10drm/i915: Wait for vblank after cxsr disable in pre_plane_updateVille Syrjälä1-22/+37
2016-03-10drm/i915: Fix watermarks for VLV/CHVVille Syrjälä1-10/+19
2016-03-09drm/i915: Make SKL/KBL DPLL0 managed by the shared dpll codeAnder Conselvan de Oliveira1-9/+3
2016-03-09drm/i915: Manage HSW/BDW LCPLLs with the shared dpll interfaceAnder Conselvan de Oliveira1-8/+17
2016-03-09drm/i915: Move HSW/BDW pll selection logic to intel_dpll_mgr.cAnder Conselvan de Oliveira1-1/+1
2016-03-09drm/i915: Use a table to initilize shared dpllsAnder Conselvan de Oliveira1-8/+8
2016-03-09drm/i915: Store a direct pointer to shared dpll in intel_crtc_stateAnder Conselvan de Oliveira1-36/+72
2016-03-09drm/i915: Move shared dpll code to a new fileAnder Conselvan de Oliveira1-346/+2
2016-03-04drm/i915: Read out hrawclk from CCK on vlv/chvVille Syrjälä1-1/+2
2016-03-04drm/i915: Store rawclk_freq in dev_privVille Syrjälä1-21/+34
2016-03-03drm/i915: Do not wait atomically for display clocksTvrtko Ursulin1-4/+4
2016-03-03drm/i915: Only recalculate wm's for planes part of the state, v2.Maarten Lankhorst1-1/+1
2016-03-01drm/i915: Read out VGA dotclock properly on LPTVille Syrjälä1-0/+37
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ä1-25/+32
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ä1-11/+16
2016-03-01drm/i915: Reorganize intel_rotation_infoVille Syrjälä1-10/+15
2016-03-01drm/i915: Pass drm_frambuffer to intel_compute_page_offset()Ville Syrjälä1-8/+7
2016-03-01drm/i915: Don't pass plane+plane_state to intel_pin_and_fence_fb_obj()Ville Syrjälä1-24/+17
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ä1-21/+51
2016-03-01drm/i915: s/tile_width/tile_width_bytes/Ville Syrjälä1-16/+16
2016-03-01drm/i915: Add missing NULL check before calling initial_watermarksImre Deak1-2/+6
2016-03-01drm/i915: Handle -EDEADLK in drm_atomic_commit from load-detect.Maarten Lankhorst1-1/+2
2016-02-29drm/i915: Add two-stage ILK-style watermark programming (v11)Matt Roper1-6/+91
2016-02-25drm/i915: Remove update_sprite_watermarks.Maarten Lankhorst1-4/+0
2016-02-25drm/i915: Kill off intel_crtc->atomic.wait_vblank, v6.Maarten Lankhorst1-24/+88
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-18drm/i915: Extract intel_encoder_has_connectors()Ville Syrjälä1-10/+12
2016-02-18drm/i915: Use atomic state to obtain load detection crtc, v3.Maarten Lankhorst1-79/+53
2016-02-17drm/i915: Ensure the HW is powered during HW access in assert_pipeImre Deak1-4/+7
2016-02-17drm/i915: Ensure the HW is powered when disabling VGAImre Deak1-1/+3
2016-02-17drm/i915/ibx: Ensure the HW is powered during PLL HW readoutImre Deak1-1/+3