aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-07drm/i915: Drop PIPE-A quirk for 945GSE HP MiniChris Wilson1-3/+0
2015-04-14drm/i915: Move drm_framebuffer_unreference out of struct_mutex for takeoverTvrtko Ursulin1-6/+8
2015-04-13drm/i915: Allocate connector state together with the connectorsAnder Conselvan de Oliveira1-34/+28
2015-03-27drm/i915: Handle error to get connector state when staging configAnder Conselvan de Oliveira1-0/+2
2015-03-27drm/i915: Compare GGTT view structs instead of typesJoonas Lahtinen1-5/+3
2015-03-27drm/i915: Remove usage of encoder->new_crtc from clock computationsAnder Conselvan de Oliveira1-13/+38
2015-03-27drm/i915: Convert intel_pipe_will_have_type() to using atomic stateAnder Conselvan de Oliveira1-51/+82
2015-03-27drm/i915: Pass an atomic state to modeset_global_resources() functionsAnder Conselvan de Oliveira1-4/+6
2015-03-26drm/i915: Don't use encoder->new_crtc in compute_baseline_pipe_bpp()Ander Conselvan de Oliveira1-4/+10
2015-03-26drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config()Ander Conselvan de Oliveira1-2/+16
2015-03-26drm/i915: Copy the staged connector config to the legacy atomic stateAnder Conselvan de Oliveira1-7/+45
2015-03-26drm/i915: Update dummy connector atomic state with current configAnder Conselvan de Oliveira1-9/+36
2015-03-26drm/i915: Allocate a crtc_state also when the crtc is being disabledAnder Conselvan de Oliveira1-8/+22
2015-03-26drm/i915: Allocate a drm_atomic_state for the legacy modeset codeAnder Conselvan de Oliveira1-30/+155
2015-03-26drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe()Ander Conselvan de Oliveira1-2/+3
2015-03-26drm/i915: always preserve bios swizzlingDaniel Vetter1-25/+22
2015-03-26drm/i915: Add initial_ prefix to bios fb takeover codeDaniel Vetter1-7/+7
2015-03-26drm/i915: Fixup legacy plane->crtc link for initial fb configDaniel Vetter1-0/+2
2015-03-26drm/i915: kill i915.powersaveRodrigo Vivi1-6/+2
2015-03-25drm/i915: make unsupported fb modifier message DRM_DEBUGJesse Barnes1-2/+2
2015-03-23drm/i915/skl: Take 90/270 rotation into account in watermark calculationsTvrtko Ursulin1-4/+23
2015-03-23drm/i915/skl: Query display address through a wrapperTvrtko Ursulin1-6/+17
2015-03-23drm/i915/skl: Support secondary (rotated) frame buffer mappingTvrtko Ursulin1-1/+26
2015-03-23drm/i915: Helper function to determine GGTT view from plane stateTvrtko Ursulin1-3/+22
2015-03-23drm/i915: Pass in plane state when (un)pinning frame buffersTvrtko Ursulin1-6/+12
2015-03-23drm/i915: Use GGTT view when (un)pinning objects to planesTvrtko Ursulin1-3/+4
2015-03-23drm/i915/skl: Extract tile height code into a helper functionTvrtko Ursulin1-18/+25
2015-03-20drm/i915/chv: use vlv_PLL_is_optimal in chv_find_best_dpllImre Deak1-6/+20
2015-03-20drm/i915: check for div-by-zero in vlv_PLL_is_optimalImre Deak1-0/+3
2015-03-20drm/i915: factor out vlv_PLL_is_optimalImre Deak1-14/+36
2015-03-20drm/i915: Kill intel_plane->objVille Syrjälä1-7/+0
2015-03-20drm/i915: Improved w/a for rps on BaytrailChris Wilson1-0/+2
2015-03-20Merge tag 'drm-intel-fixes-2015-03-19' into drm-intel-nextDaniel Vetter1-2/+2
2015-03-18drm/i915: Make sure the primary plane is enabled before reading out the fb stateDamien Lespiau1-4/+11
2015-03-17drm/i915: Read CHV_PLL_DW8 from the correct offsetVille Syrjälä1-1/+1
2015-03-17drm/i915: Rewrite IVB FDI bifurcation conflict checksVille Syrjälä1-14/+15
2015-03-17drm/i915: Rewrite some some of the FDI lane checksVille Syrjälä1-8/+7
2015-03-17drm/i915: Simplify the way BC bifurcation state consistency is keptAnder Conselvan de Oliveira1-36/+10
2015-03-17drm/i915: Reduce clutter by using the local plane pointerVille Syrjälä1-1/+1
2015-03-17drm/i915: Remove debug prints from primary plane update funcsVille Syrjälä1-11/+0
2015-03-17drm/i915: Move drm_framebuffer_unreference out of struct_mutex for flipsChris Wilson1-8/+9
2015-03-17drm/i915: Program PFI credits for VLVVidya Srinivas1-0/+38
2015-03-17drm/i915: Update prop, int co-eff and gain threshold for CHVVijay Purushothaman1-12/+31
2015-03-17drm/i915: Initialize CHV digital lock detect thresholdVijay Purushothaman1-0/+9
2015-03-17drm/i915: Disable M2 frac division for integer caseVijay Purushothaman1-4/+10
2015-03-17drm/i915: Update intel_crtc_active() to use state values (v2)Matt Roper1-1/+5
2015-03-17drm/i915: Fix chv cdclk supportVille Syrjälä1-16/+7
2015-03-17drm/i915: Allow pixel clock up to 95% of cdclk on CHVVille Syrjälä1-5/+7
2015-03-17drm/i915/skl: port A fuse straps don't work on early SKL steppingsJesse Barnes1-3/+8
2015-03-17drm/i915: Remove ironlake rc6 supportJohn Harrison1-2/+0