summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2010-08-01drm/i915/pch: Cosmetic fix to FDI link trainingAdam Jackson1-34/+24
2010-08-01drm/i915: cleanup: use ARRAY_SIZE()Dan Carpenter1-6/+4
2010-08-01drm/i915: Include instdone[1] in hangcheckChris Wilson2-15/+25
2010-08-01drm/i915: Remove the WARN when failing to set tiling.Chris Wilson1-2/+0
2010-08-01drm/i915: fix FDI frequency checkJesse Barnes1-2/+5
2010-08-01drm/i915: Sparse warning about invalid value for burst_ena in tv_modesChris Wilson1-1/+1
2010-08-01drm/i915: Sparse warns about the incorrect sign for storing bit17Chris Wilson1-1/+1
2010-08-01drm/i915: Silence sparse over non-static local structure.Chris Wilson1-1/+1
2010-08-01drm/i915: Silence sparse over duplicate members in static initializerChris Wilson1-2/+2
2010-08-01drm/i915: Silence sparse complaints over insufficient bitfield int types.Chris Wilson1-2/+2
2010-08-01drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain()Chris Wilson3-14/+35
2010-08-01drm/i915: Propagate error from drm_vblank_get() during page-flipping.Chris Wilson1-14/+21
2010-08-01drm/i915: Propagate error from drm_install_irq() during EnterVTChris Wilson1-1/+11
2010-08-01drm/i915: Typo in #defineNicolas Kaiser1-1/+1
2010-08-01drm/i915: Add frame buffer compression support on Ironlake mobileZhao Yakui6-8/+125
2010-08-01drm/i915: Calculate cursor watermark under non-SR state for IronlakeZhao Yakui2-3/+56
2010-08-01drm/i915: Apply self-refresh watermark calculation for cursor planeZhao Yakui2-1/+46
2010-08-01drm/i915: Fix fifo size for self-refresh watermark on 965GZhao Yakui2-3/+4
2010-08-01drm/i915: Fix watermark calculation in self-refresh modeZhao Yakui2-18/+27
2010-08-01drm/i915: Add the support of eDP on DP-D for Ibex/CPTZhao Yakui3-10/+64
2010-08-01drm/i915: remove duplicate PIPE*STAT bit definitionsJesse Barnes2-32/+6
2010-08-01drm/i915: remove unused vblank_enable var from i915_driver_irq_handlerJesse Barnes1-6/+2
2010-08-01drm/i915: Explosion following OOM in do_execbuffer.Chris Wilson1-1/+2
2010-08-01gpu/drm/i915: Add a blacklist to omit modeset on LID openThomas Bächler1-0/+23
2010-08-02drm/radeon: add basic zmask/hiz support (v4)Dave Airlie11-57/+66
2010-08-02drm/radeon/kms: move a bunch of modesetting debug to correct debug usage.Dave Airlie14-116/+116
2010-08-02Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...Dave Airlie55-1983/+2095
2010-08-02Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-nextDave Airlie47-972/+1309
2010-08-02drm: Import driver for the sil164 I2C TMDS transmitter.Francisco Jerez3-0/+474
2010-08-02drm/sis: fixed brace and spacing coding style issuesNicolas Kaiser2-10/+7
2010-08-02drm/r128: fixed brace and spacing coding style issuesNicolas Kaiser5-162/+139
2010-08-02drm/mga: fixed brace, macro and spacing coding style issuesNicolas Kaiser6-185/+165
2010-08-02drm/via: fixed coding style issues, simplified returnNicolas Kaiser10-166/+136
2010-08-02drm/radeon/kms: trivial code style fixes for audioRafał Miłecki1-6/+10
2010-08-02drm/i830: fixed brace and spacing coding style issuesNicolas Kaiser3-79/+74
2010-08-02drm/i810: fixed coding style issuesNicolas Kaiser2-74/+71
2010-08-02drm: Free devname along with master->uniqueChris Wilson1-0/+3
2010-08-02drm: Free the idr layers before calling idr_destroy()Chris Wilson2-0/+2
2010-08-02drm/nouveau: set TASK_(UN)INTERRUPTIBLE before schedule_timeout()Kulikov Vasiliy1-2/+2
2010-08-02drm/vmgfx: operation on ‘par->dirty.y1’ may be undefinedChris Wilson1-1/+1
2010-08-02drm/radeon: remove viewport transform from r6xx/r7xx blit emitAlex Deucher1-18/+0
2010-08-02drm/radeon: group r6xx/r7xx newly sequential blit stateAlex Deucher1-203/+35
2010-08-02drm/radeon: reorder r6xx/r7xx blit state emit to make more regs sequentialAlex Deucher1-184/+184
2010-08-02drm/radeon: r6xx/r7xx move vport clipping to a single packetAlex Deucher1-248/+62
2010-08-02drm/radeon: group r6xx/r7xx sequential blit stateAlex Deucher1-376/+64
2010-08-02drm/radeon: remove duplicate state emit in r6xx/r7xx blitAlex Deucher1-16/+0
2010-08-02drm/radeon: add comments to r6xx/r7xx blit stateAlex Deucher1-206/+515
2010-08-02drm/radeon/kms/r7xx: add workaround for hw issue with HDP flushAlex Deucher4-3/+28
2010-08-02drm/radeon/kms: remove rs4xx gart limitAlex Deucher1-8/+0
2010-08-02Merge tag 'v2.6.35-rc6' into drm-radeon-nextDave Airlie25-59/+155