summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-fixes-2016-01-02' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2016-01-032-5/+9
|\
| * drm/i915: increase the tries for HDMI hotplug live status checkingGary Wang2015-12-301-1/+1
| * drm/i915: Unbreak check_digital_port_conflicts()Ville Syrjälä2015-12-231-4/+8
* | Merge tag 'drm-intel-fixes-2015-12-23' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2015-12-237-61/+154
|\|
| * drm/i915: Correct max delay for HDMI hotplug live status checkingGary Wang2015-12-221-3/+4
| * drm/i915: mdelay(10) considered harmfulDaniel Vetter2015-12-221-1/+1
| * drm/i915: Kill intel_crtc->cursor_boVille Syrjälä2015-12-222-6/+0Star
| * drm/i915: Workaround CHV pipe C cursor failVille Syrjälä2015-12-221-0/+17
| * drm/i915: Only spin whilst waiting on the current requestChris Wilson2015-12-222-9/+26
| * drm/i915: Limit the busy wait on requests to 5us not 10ms!Chris Wilson2015-12-221-2/+45
| * drm/i915: Break busywaiting for requests on pending signalsChris Wilson2015-12-221-5/+8
| * drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2)Matt Roper2015-12-221-0/+15
| * drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson2015-12-224-19/+27
| * drm/i915: Drop the broken cursor base==0 special casingVille Syrjälä2015-12-221-17/+12Star
* | drm/exynos: atomic check only enabled crtc statesAndrzej Hajda2015-12-191-0/+3
* | Merge branch 'linux-4.4' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2015-12-191-0/+1
|\ \
| * | drm/nouveau/bios/fan: hardcode the fan mode to linearMartin Peres2015-12-181-0/+1
* | | drm/amdgpu: fix user fence handlingChristian König2015-12-162-22/+44
| |/ |/|
* | drm: Don't overwrite UNVERFIED mode status to OKVille Syrjälä2015-12-151-1/+2
* | Merge tag 'drm-intel-fixes-2015-12-11' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-12-153-6/+5Star
|\ \
| * | drm/i915: Do a better job at disabling primary plane in the noatomic case.Maarten Lankhorst2015-12-101-1/+3
| * | drm/i915/skl: Double RC6 WRL always onMika Kuoppala2015-12-081-2/+1Star
| * | drm/i915/skl: Disable coarse power gating up until F0Mika Kuoppala2015-12-081-1/+1
| * | drm/i915: Remove incorrect warning in context cleanupTvrtko Ursulin2015-12-081-2/+0Star
* | | drm/omap: fix fbdev pix format to support all platformsTomi Valkeinen2015-12-141-4/+1Star
* | | vgaarb: fix signal handling in vga_get()Kirill A. Shutemov2015-12-111-2/+4
* | | Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-12-113-55/+59
|\ \ \
| * | | radeon: Fix VCE IB test on Big-Endian systemsOded Gabbay2015-12-091-34/+34
| * | | radeon: Fix VCE ring test for Big-Endian systemsOded Gabbay2015-12-091-16/+16
| * | | radeon/cik: Fix GFX IB test on Big-EndianOded Gabbay2015-12-091-5/+1Star
| * | | drm/amdgpu: fix the lost duplicates checkingChunming Zhou2015-12-091-0/+8
| |/ /
* | | Merge tag 'vmwgfx-fixes-4.4-151208' of git://people.freedesktop.org/~thomash/...Dave Airlie2015-12-099-20/+63
|\ \ \
| * | | drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom2015-12-087-18/+61
| * | | drm/vmwgfx: fix a warning messageDan Carpenter2015-11-261-1/+1
| * | | drm/ttm: Fixed a read/write lock imbalanceThomas Hellstrom2015-11-261-1/+1
* | | | Merge branch 'linux-4.4' of https://github.com/skeggsb/linux into drm-fixesDave Airlie2015-12-093-35/+5Star
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | drm/nouveau/pmu: remove whitelist for PGOB-exit WAR, enable by defaultBen Skeggs2015-12-093-35/+5Star
* | | Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-12-0530-91/+387
|\ \ \
| * | | drm/amdgpu: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v3)Alex Deucher2015-12-046-30/+140
| * | | drm/radeon: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v2)Mario Kleiner2015-12-049-29/+164
| * | | drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interruptLyude2015-12-0410-12/+32
| * | | drm/amdgpu: add spin lock to protect freed list in vm (v2)jimqu2015-12-042-3/+15
| * | | drm/amdgpu: partially revert "drm/amdgpu: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR...Christian König2015-12-042-2/+2
| * | | drm/amdgpu: take a BO reference for the user fenceChristian König2015-12-041-2/+4
| * | | drm/amdgpu: take a BO reference in the display codeChristian König2015-12-041-3/+3
| * | | drm/amdgpu: set snooped flags only on system addresses v2Christian König2015-12-041-3/+4
| * | | drm/amdgpu: fix race condition in amd_sched_entity_push_jobNicolai Hähnle2015-12-021-2/+3
| * | | drm/amdgpu: add err check for pin userptrChunming Zhou2015-12-021-3/+7
| * | | add blacklist for thinkpad T40pPavel Machek2015-11-301-0/+3
| * | | drm/amdgpu: fix VM page table reference countingChristian König2015-11-303-0/+7