summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/mgag200: on cards with < 2MB VRAM default to 16-bitDave Airlie2014-01-232-2/+10
* Merge branch 'drm-vbl-timestamp' of git://gitorious.org/vsyrjala/linux into d...Dave Airlie2014-01-2210-135/+137
|\
| * drm/i915: Add a kludge for DSL incrementing too late and ISR not workingVille Syrjälä2014-01-201-40/+39
| * drm/radeon: Move the early vblank IRQ fixup to radeon_get_crtc_scanoutpos()Ville Syrjälä2014-01-202-23/+24
| * drm: Pass 'flags' from the caller to .get_scanout_position()Ville Syrjälä2014-01-206-6/+10
| * drm: Fix vblank timestamping constants for interlaced modesVille Syrjälä2014-01-201-6/+6
| * drm/i915: Fix scanoutpos calculations for interlaced modesVille Syrjälä2014-01-201-0/+6
| * drm: Change {pixel,line,frame}dur_ns from s64 to intVille Syrjälä2014-01-201-9/+9
| * drm: Use crtc_clock in drm_calc_timestamping_constants()Ville Syrjälä2014-01-201-1/+1
| * drm/radeon: Populate crtc_clock in radeon_atom_get_tv_timings()Ville Syrjälä2014-01-201-2/+4
| * drm: Simplify the math in drm_calc_timestamping_constants()Ville Syrjälä2014-01-201-15/+11
| * drm: Improve drm_calc_timestamping_constants() documentationVille Syrjälä2014-01-201-7/+6
| * drm/i915: Call drm_calc_timestamping_constants() earlierVille Syrjälä2014-01-201-9/+8
| * drm/i915: Kill hwmode save/restoreVille Syrjälä2014-01-201-10/+3
| * drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos()Ville Syrjälä2014-01-203-5/+6
| * drm: Pass the display mode to drm_calc_timestamping_constants()Ville Syrjälä2014-01-203-10/+12
* | Merge branch 'topic/core-stuff' of git://people.freedesktop.org/~danvet/drm-i...Dave Airlie2014-01-222-114/+178
|\ \
| * | drm/gem: Always initialize the gem object in object_initDaniel Vetter2014-01-211-1/+2
| * | drm/edid: Populate picture aspect ratio for CEA modesVandana Kannan2014-01-201-64/+64
| * | drm/edid: parse the list of additional 3D modesThomas Wood2014-01-201-21/+73
| * | drm/edid: split VIC display mode lookup into a separate functionThomas Wood2014-01-201-28/+39
| |/
* | Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2014-01-225-28/+25
|\ \
| * | drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errorsThomas Hellstrom2014-01-215-28/+25
| |/
* | drm/radeon: add UVD support for OLANDAlex Deucher2014-01-202-0/+2
* | drm/radeon: fix minor typos in si_dpm.cAlex Deucher2014-01-201-2/+2
* | drm/radeon: set the full cache bit for fences on r7xx+Alex Deucher2014-01-202-6/+8
* | drm/radeon: fix surface sync in fence on cayman (v2)Alex Deucher2014-01-202-9/+8
* | drm/radeon/dpm: disable mclk switching on desktop RV770Alex Deucher2014-01-201-0/+6
* | drm/radeon: fix endian handling in radeon_atom_init_mc_reg_tableAlex Deucher2014-01-201-5/+7
* | drm/radeon: write gfx pg bases even when gfx pg is disabledAlex Deucher2014-01-201-0/+3
* | drm/radeon: bail early from enable ss in certain casesAlex Deucher2014-01-201-7/+12
* | drm/radeon: handle ss percentage divider properlyAlex Deucher2014-01-203-3/+13
* | drm/radeon: add query to fetch the max engine clock (v2)Alex Deucher2014-01-202-8/+13
* | drm/radeon/dp: sleep after powering up the displayAlex Deucher2014-01-201-1/+3
* | drm/radeon/dp: use usleep_range rather than udelayAlex Deucher2014-01-201-4/+4
* | drm/radeon/dp: bump i2c-over-aux retries to 7Alex Deucher2014-01-201-3/+3
* | drm/radeon: disable ss on DP for DCE3.xAlex Deucher2014-01-201-1/+4
* | drm/radeon/cik: use hw defaults for TC_CFG registersAlex Deucher2014-01-201-14/+0
* | drm/radeon: disable dpm on BTCAlex Deucher2014-01-201-3/+3
* | drm/radeon/cik: use WAIT_REG_MEM special op for CP HDP flushAlex Deucher2014-01-201-9/+30
* | drm/radeon/cik: use POLL_REG_MEM special op for sDMA HDP flushAlex Deucher2014-01-201-6/+14
* | drm/radeon: consolidate sdma hdp flushing code for CIKAlex Deucher2014-01-201-12/+23
* | drm/radeon: consolidate cp hdp flushing code for CIKAlex Deucher2014-01-201-28/+27
* | drm/radeon: don't power gate paused UVD streamsChristian König2014-01-202-0/+6
* | Revert "drm/radeon: disable CIK CP semaphores for now"Alex Deucher2014-01-201-5/+0
|/
* Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie2014-01-2064-1149/+937
|\
| * Merge commit origin/master into drm-intel-nextDaniel Vetter2014-01-1692-426/+1202
| |\
| | * Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...Dave Airlie2014-01-156-10/+17
| | |\
| | | * drm/nouveau: fix null ptr dereferences on some boardsBen Skeggs2014-01-156-10/+17
| | * | Revert "drm: copy mode type in drm_mode_connector_list_update()"Dave Airlie2014-01-141-1/+1
OpenPOWER on IntegriCloud