summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-153-12/+9
* drm: Nuke fb->depthVille Syrjälä2016-12-152-3/+3
* drm/i915: Use drm_framebuffer_plane_{width,height}() where possibleVille Syrjälä2016-12-151-3/+2
* drm/i915: Store a pointer to the pixel format info for fbcVille Syrjälä2016-12-152-9/+9
* drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-153-30/+30
* drm/i915: Eliminate the ugly 'fb?:' constructs from the ilk/skl wm codeVille Syrjälä2016-12-151-8/+15
* drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä2016-12-151-1/+1
* drm/i915: Populate fb->format early for inherited fbsVille Syrjälä2016-12-151-0/+3
* drm/i915: Set fb->dev early on for inherited fbsVille Syrjälä2016-12-151-0/+6
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-1/+1
* drm/i915: Add local 'fb' variablesVille Syrjälä2016-12-141-14/+12
* Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie2016-12-091-7/+0
|\
| * Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter2016-12-0689-2759/+4385
| |\
| * | drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-011-7/+0
* | | Merge tag 'drm-intel-next-fixes-2016-12-07' of git://anongit.freedesktop.org/...Dave Airlie2016-12-0810-50/+63
|\ \ \ | |_|/ |/| |
| * | drm/i915: Move priority bumping for flips earlierChris Wilson2016-12-051-1/+1
| * | drm/i915: Hold a reference on the request for its fence chainChris Wilson2016-12-052-7/+32
| * | drm/i915/audio: fix hdmi audio noise issueLibin Yang2016-12-051-2/+5
| * | drm/i915/debugfs: Increment return value of gt.next_seqnoChris Wilson2016-12-051-1/+1
| * | drm/i915/debugfs: Drop i915_hws_infoChris Wilson2016-12-051-25/+0
| * | drm/i915: Initialize dev_priv->atomic_cdclk_freq at init timeVille Syrjälä2016-12-051-0/+1
| * | drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing thingsVille Syrjälä2016-12-051-3/+5
| * | drm/i915: Make skl_write_{plane,cursor}_wm() staticVille Syrjälä2016-12-051-7/+7
| * | drm/i915: Complete requests in nop_submit_requestChris Wilson2016-12-051-0/+2
| * | Merge tag 'gvt-next-2016-11-30' of https://github.com/01org/gvt-linux into dr...Jani Nikula2016-12-023-4/+9
| |\ \
| | * | drm/i915/gvt: fix lock not released bug for dispatch_workload() err pathZhenyu Wang2016-11-251-4/+6
| | * | drm/i915/gvt: fix getting 64bit bar size errorXiaoguang Chen2016-11-241-0/+2
| | * | drm/i915/gvt: fix missing init param.primaryDu, Changbin2016-11-231-0/+1
* | | | Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2016-12-051-1/+2
|\ \ \ \
| * | | | drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld2016-11-301-1/+2
| * | | | drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson2016-11-301-2/+3
| * | | | drm/i915: Assume non-DP++ port if dvo_port is HDMI and there's no AUX ch spec...Ville Syrjälä2016-11-162-9/+24
| * | | | drm/i915: Refresh that status of MST capable connectors in ->detect()Ville Syrjälä2016-11-111-10/+0
| * | | | drm/i915: Grab the rotation from the passed plane state for VLV spritesVille Syrjälä2016-11-111-1/+1
| * | | | drm/i915: Mark CPU cache as dirty when used for renderingChris Wilson2016-11-111-0/+8
| * | | | drm/i915: Limit Valleyview and earlier to only using mappable scanoutChris Wilson2016-11-071-2/+16
| * | | | drm/i915: Round tile chunks up for constructing partial VMAsChris Wilson2016-11-071-1/+1
| * | | | drm/i915/dp: Extend BDW DP audio workaround to GEN9 platformsDhinakaran Pandiyan2016-11-071-2/+4
| * | | | drm/i915/dp: BDW cdclk fix for DP audioDhinakaran Pandiyan2016-11-071-3/+24
| * | | | drm/i915/vlv: Prevent enabling hpd polling in late suspendLyude2016-11-071-1/+3
| * | | | drm/i915: Respect alternate_ddc_pin for all DDI portsVille Syrjälä2016-11-071-36/+48
| * | | | drm/i915: Fix SKL+ 90/270 degree rotated plane coordinate computationVille Syrjälä2016-10-281-1/+2
| * | | | drm/i915: Remove two invalid warnsTvrtko Ursulin2016-10-281-3/+0
| * | | | drm/i915: Rotated view does not need a fenceTvrtko Ursulin2016-10-281-1/+6
| * | | | drm/i915/fbc: fix CFB size calculation for gen8+Paulo Zanoni2016-10-281-1/+3
| * | | | drm: i915: Wait for fences on new fb, not oldDaniel Stone2016-10-281-1/+1
| * | | | drm/i915: Clean up DDI DDC/AUX CH sanitationVille Syrjälä2016-10-281-45/+77
| * | | | drm/i915: Respect alternate_aux_channel for all DDI portsVille Syrjälä2016-10-281-31/+40
| * | | | drm/i915/gen9: fix watermarks when using the pipe scalerPaulo Zanoni2016-10-281-9/+3
| * | | | drm/i915: Fix mismatched INIT power domain disabling during suspendImre Deak2016-10-281-2/+2