summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-01-22drm/i915: g4x/vlv: fix dp aux interrupt maskImre Deak1-1/+2
2014-01-22drm/i915/ppgtt: Defer request freeing on resetBen Widawsky1-10/+17
2014-01-22i915: send D1 opregion notificationKristen Carlson Accardi1-1/+9
2014-01-22drm/i915/bdw: remove preliminary_hw_support flag from BDWJesse Barnes1-2/+0
2014-01-22drm/i915: Tune down reset_stat output from ERROR to debugDaniel Vetter1-1/+1
2014-01-22drm/i915: Make semaphore modparam ROBen Widawsky1-1/+1
2014-01-22drm/i915: Fix disabled semaphoresBen Widawsky1-4/+6
2014-01-22drm/i915: Clarify relocation errnosBen Widawsky1-7/+7
2014-01-22Merge branch 'drm-vbl-timestamp' of git://gitorious.org/vsyrjala/linux into d...Dave Airlie10-135/+137
2014-01-22Merge branch 'topic/core-stuff' of git://people.freedesktop.org/~danvet/drm-i...Dave Airlie2-114/+178
2014-01-22Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie5-28/+25
2014-01-21drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errorsThomas Hellstrom5-28/+25
2014-01-21drm/gem: Always initialize the gem object in object_initDaniel Vetter1-1/+2
2014-01-21drm/radeon: add UVD support for OLANDAlex Deucher2-0/+2
2014-01-21drm/radeon: fix minor typos in si_dpm.cAlex Deucher1-2/+2
2014-01-21drm/radeon: set the full cache bit for fences on r7xx+Alex Deucher2-6/+8
2014-01-21drm/radeon: fix surface sync in fence on cayman (v2)Alex Deucher2-9/+8
2014-01-21drm/radeon/dpm: disable mclk switching on desktop RV770Alex Deucher1-0/+6
2014-01-21drm/radeon: fix endian handling in radeon_atom_init_mc_reg_tableAlex Deucher1-5/+7
2014-01-21drm/radeon: write gfx pg bases even when gfx pg is disabledAlex Deucher1-0/+3
2014-01-21drm/radeon: bail early from enable ss in certain casesAlex Deucher1-7/+12
2014-01-21drm/radeon: handle ss percentage divider properlyAlex Deucher3-3/+13
2014-01-21drm/radeon: add query to fetch the max engine clock (v2)Alex Deucher2-8/+13
2014-01-20drm/edid: Populate picture aspect ratio for CEA modesVandana Kannan1-64/+64
2014-01-20drm/radeon/dp: sleep after powering up the displayAlex Deucher1-1/+3
2014-01-20drm/radeon/dp: use usleep_range rather than udelayAlex Deucher1-4/+4
2014-01-20drm/radeon/dp: bump i2c-over-aux retries to 7Alex Deucher1-3/+3
2014-01-20drm/radeon: disable ss on DP for DCE3.xAlex Deucher1-1/+4
2014-01-20drm/radeon/cik: use hw defaults for TC_CFG registersAlex Deucher1-14/+0
2014-01-20drm/radeon: disable dpm on BTCAlex Deucher1-3/+3
2014-01-20drm/radeon/cik: use WAIT_REG_MEM special op for CP HDP flushAlex Deucher1-9/+30
2014-01-20drm/radeon/cik: use POLL_REG_MEM special op for sDMA HDP flushAlex Deucher1-6/+14
2014-01-20drm/radeon: consolidate sdma hdp flushing code for CIKAlex Deucher1-12/+23
2014-01-20drm/radeon: consolidate cp hdp flushing code for CIKAlex Deucher1-28/+27
2014-01-20drm/radeon: don't power gate paused UVD streamsChristian König2-0/+6
2014-01-20Revert "drm/radeon: disable CIK CP semaphores for now"Alex Deucher1-5/+0
2014-01-20drm/edid: parse the list of additional 3D modesThomas Wood1-21/+73
2014-01-20drm/edid: split VIC display mode lookup into a separate functionThomas Wood1-28/+39
2014-01-20drm/i915: Add a kludge for DSL incrementing too late and ISR not workingVille Syrjälä1-40/+39
2014-01-20drm/radeon: Move the early vblank IRQ fixup to radeon_get_crtc_scanoutpos()Ville Syrjälä2-23/+24
2014-01-20drm: Pass 'flags' from the caller to .get_scanout_position()Ville Syrjälä6-6/+10
2014-01-20drm: Fix vblank timestamping constants for interlaced modesVille Syrjälä1-6/+6
2014-01-20drm/i915: Fix scanoutpos calculations for interlaced modesVille Syrjälä1-0/+6
2014-01-20drm: Change {pixel,line,frame}dur_ns from s64 to intVille Syrjälä1-9/+9
2014-01-20drm: Use crtc_clock in drm_calc_timestamping_constants()Ville Syrjälä1-1/+1
2014-01-20drm/radeon: Populate crtc_clock in radeon_atom_get_tv_timings()Ville Syrjälä1-2/+4
2014-01-20drm: Simplify the math in drm_calc_timestamping_constants()Ville Syrjälä1-15/+11
2014-01-20drm: Improve drm_calc_timestamping_constants() documentationVille Syrjälä1-7/+6
2014-01-20drm/i915: Call drm_calc_timestamping_constants() earlierVille Syrjälä1-9/+8
2014-01-20drm/i915: Kill hwmode save/restoreVille Syrjälä1-10/+3