summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2016-12-28drm: Wrap drm_mm_node.hole_followsChris Wilson1-2/+2
2016-12-28drm: Apply tight eviction scanning to color_adjustChris Wilson1-0/+7
2016-12-28drm: Compute tight evictions for drm_mm_scanChris Wilson1-1/+2
2016-12-28drm: Unconditionally do the range check in drm_mm_scan_add_block()Chris Wilson1-7/+3
2016-12-27drm: Extract struct drm_mm_scan from struct drm_mmChris Wilson1-7/+12
2016-12-19drm/i915: Add a cursor hack to allow converting legacy page flip to atomic, v3.Maarten Lankhorst3-18/+163
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-12-16drm/i915: Simplify i915_gtt_color_adjust()Chris Wilson1-4/+2
2016-12-16drm: Constify the drm_mm APIChris Wilson1-1/+1
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ä7-34/+32
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä3-12/+9
2016-12-15drm: Nuke fb->depthVille Syrjälä2-3/+3
2016-12-15drm/i915: Use drm_framebuffer_plane_{width,height}() where possibleVille Syrjälä1-3/+2
2016-12-15drm/i915: Store a pointer to the pixel format info for fbcVille Syrjälä2-9/+9
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä3-30/+30
2016-12-15drm/i915: Eliminate the ugly 'fb?:' constructs from the ilk/skl wm codeVille Syrjälä1-8/+15
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-14drm/i915: Add local 'fb' variablesVille Syrjälä1-14/+12
2016-12-09Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-7/+0
2016-12-08Merge tag 'drm-intel-next-fixes-2016-12-07' of git://anongit.freedesktop.org/...Dave Airlie10-50/+63
2016-12-06Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter89-2759/+4385
2016-12-05drm/i915: Move priority bumping for flips earlierChris Wilson1-1/+1
2016-12-05drm/i915: Hold a reference on the request for its fence chainChris Wilson2-7/+32
2016-12-05drm/i915/audio: fix hdmi audio noise issueLibin Yang1-2/+5
2016-12-05drm/i915/debugfs: Increment return value of gt.next_seqnoChris Wilson1-1/+1
2016-12-05drm/i915/debugfs: Drop i915_hws_infoChris Wilson1-25/+0
2016-12-05drm/i915: Initialize dev_priv->atomic_cdclk_freq at init timeVille Syrjälä1-0/+1
2016-12-05drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing thingsVille Syrjälä1-3/+5
2016-12-05drm/i915: Make skl_write_{plane,cursor}_wm() staticVille Syrjälä1-7/+7
2016-12-05drm/i915: Complete requests in nop_submit_requestChris Wilson1-0/+2
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie1-1/+2
2016-12-02Merge tag 'gvt-next-2016-11-30' of https://github.com/01org/gvt-linux into dr...Jani Nikula3-4/+9
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-11-30drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld1-1/+2
2016-11-30drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson1-2/+3
2016-11-30Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...Dave Airlie6-59/+59
2016-11-25drm/i915/gvt: fix lock not released bug for dispatch_workload() err pathZhenyu Wang1-4/+6
2016-11-24drm/i915/gvt: fix getting 64bit bar size errorXiaoguang Chen1-0/+2
2016-11-23drm/i915/gvt: fix missing init param.primaryDu, Changbin1-0/+1
2016-11-21drm/i915: Update DRIVER_DATE to 20161121Daniel Vetter1-2/+2
2016-11-19drm/i915: Skip final clflush if LLC is coherentChris Wilson1-1/+2
2016-11-19drm/i915: Always flush the dirty CPU cache when pinning the scanoutChris Wilson2-11/+13
2016-11-18drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson1-2/+3
2016-11-18drm/i915: Check that each request phase is completed before retiringChris Wilson1-0/+2
2016-11-18drm/i915: i915_pages_create_for_stolen should return err ptrMatthew Auld1-2/+2
2016-11-18drm/i915: Enable support for nonblocking modesetMaarten Lankhorst1-9/+0