summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie1-6/+37
2017-02-08drm/i915: fix use-after-free in page_flip_completed()Andrey Ryabinin1-2/+2
2017-02-01drm/i915: Track pinned vma in intel_plane_stateChris Wilson1-83/+42
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-2/+2
2017-01-30drm/i915: Check for NULL i915_vma in intel_unpin_fb_obj()Linus Torvalds1-0/+3
2017-01-26drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/Daniel Vetter1-2/+2
2017-01-25drm/i915: Move atomic state free from out of fence releaseChris Wilson1-2/+26
2017-01-25drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic()Ander Conselvan de Oliveira1-0/+6
2017-01-25drm/i915: Fix calculation of rotated x and y offsets for planar formatsAnder Conselvan de Oliveira1-2/+3
2017-01-25drm/i915: Release temporary load-detect state upon switchingChris Wilson1-0/+1
2017-01-25drm/i915: Avoid drm_atomic_state_put(NULL) in intel_display_resumeChris Wilson1-1/+2
2017-01-19drm/i915: Remove the double handling of 'flags from intel_mode_from_pipe_conf...Ville Syrjälä1-1/+0
2017-01-19drm/i915: Remove crtc->config usage from intel_modeset_readout_hw_state()Ville Syrjälä1-14/+24
2017-01-19drm/i915: Release temporary load-detect state upon switchingChris Wilson1-0/+1
2017-01-19drm/i915: Track pinned vma in intel_plane_stateChris Wilson1-83/+47
2017-01-18drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visibleVille Syrjälä1-0/+3
2017-01-18drm/i915: Avoid drm_atomic_state_put(NULL) on error pathsAnder Conselvan de Oliveira1-7/+3
2017-01-18drm/i915: Avoid drm_atomic_state_put(NULL) in intel_display_resumeChris Wilson1-1/+2
2017-01-18drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visibleVille Syrjälä1-0/+3
2017-01-14drm/i915: Eliminate superfluous i915_ggtt_view_rotatedChris Wilson1-3/+2
2017-01-14drm/i915: Convert i915_ggtt_view to use an anonymous unionChris Wilson1-1/+1
2017-01-12drm/i915: Remove useless casts to intel_plane_stateMaarten Lankhorst1-6/+6
2017-01-10drm/i915: Use new CRC debugfs APITomeu Vizoso1-0/+1
2017-01-04Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter1-39/+171
2017-01-04drm/i915: Update comment that sets I915_MODE_FLAG_INHERITEDDaniel Vetter1-11/+3
2017-01-03drm/i915: Move the min_pixclk[] handling to the end of readoutVille Syrjälä1-16/+16
2017-01-02drm/i915: Move number of scalers initialization to runtime initNabendu Maiti1-17/+13
2016-12-30drm/i915: Add dpll entrypoint for dumping hw stateAnder Conselvan de Oliveira1-33/+1
2016-12-30drm/i915: Rename intel_shared_dpll_config to intel_shared_dpll_stateAnder Conselvan de Oliveira1-11/+11
2016-12-30drm/i915: Rename intel_shared_dpll_commit() to _swap_state()Ander Conselvan de Oliveira1-1/+1
2016-12-30drm/i915: Introduce intel_release_shared_dpll()Ander Conselvan de Oliveira1-5/+1
2016-12-22Merge tag 'drm-intel-next-fixes-2016-12-22' of git://anongit.freedesktop.org/...Dave Airlie1-21/+10
2016-12-22drm/i915: Move the min_pixclk[] handling to the end of readoutVille Syrjälä1-16/+16
2016-12-20drm/i915/gen9: Fix PCODE polling during CDCLK change notificationImre Deak1-21/+10
2016-12-20drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld1-1/+2
2016-12-19drm/i915: Add a cursor hack to allow converting legacy page flip to atomic, v3.Maarten Lankhorst1-1/+131
2016-12-18drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson1-1/+2
2016-12-15drm: Replace 'format->format' comparisons to just 'format' comparisonsVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-18/+15
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-7/+4
2016-12-15drm/i915: Use drm_framebuffer_plane_{width,height}() where possibleVille Syrjälä1-3/+2
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-8/+8
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä1-1/+1
2016-12-15drm/i915: Populate fb->format early for inherited fbsVille Syrjälä1-0/+3
2016-12-15drm/i915: Set fb->dev early on for inherited fbsVille Syrjälä1-0/+6
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-12-08drm/i915/gen9: Fix PCODE polling during CDCLK change notificationImre Deak1-21/+10
2016-12-08drm/i915: Shrink pipe config checkerTvrtko Ursulin1-17/+34
2016-12-08Merge tag 'drm-intel-next-fixes-2016-12-07' of git://anongit.freedesktop.org/...Dave Airlie1-4/+7
2016-12-08drm/i915: distinguish G33 and Pineview from each otherJani Nikula1-2/+3