summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2016-03-22drm/radeon/mst: cleanup code indentationDave Airlie1-8/+6
2016-03-22drm/radeon/mst: fix regression in lane/link handling.Dave Airlie1-10/+2
2016-03-18Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie39-1925/+1529
2016-03-17Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie5-11/+19
2016-03-16drm/radeon: fix indentation.Jérome Glisse39-406/+407
2016-03-14drm/radeon: refactor SI tiling table initializationJosh Poimboeuf1-486/+439
2016-03-14drm/radeon: refactor CIK tiling table initializationJosh Poimboeuf1-1025/+666
2016-03-14drm/radeon: rework fbdev handling on chips with no connectorsAlex Deucher2-8/+17
2016-03-14Merge drm-fixes into drm-next.Dave Airlie6-15/+48
2016-03-09Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-9/+20
2016-03-09drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.Mario Kleiner1-2/+4
2016-03-09drm/radeon: disable runtime pm on PX laptops without dGPU power controlAlex Deucher2-5/+11
2016-03-08Revert "drm/radeon/pm: adjust display configuration after powerstate"Alex Deucher1-3/+2
2016-03-08drm/radeon/dp: add back special handling for NUTMEGAlex Deucher1-4/+16
2016-03-08drm/radeon: Switch to drm_vblank_on/offDaniel Vetter2-4/+4
2016-03-08Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-0/+2
2016-03-07Revert "drm/radeon: call hpd_irq_event on resume"Linus Torvalds1-1/+0
2016-03-05drm/radeon: Fix error handling in radeon_flip_work_func.Mario Kleiner1-2/+2
2016-03-02drm/radeon/pm: update current crtc info after setting the powerstateAlex Deucher1-4/+4
2016-02-27drm/radeon: Return -EPROBE_DEFER when amdkfd not loadedOded Gabbay3-16/+21
2016-02-27drm/amdkfd: Track when module's init is completeOded Gabbay1-2/+2
2016-02-26drm/radeon: update radeon acpi headerAlex Deucher1-0/+2
2016-02-22drm/radeon/pm: adjust display configuration after powerstateAlex Deucher1-2/+3
2016-02-19drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)Mario Kleiner1-2/+15
2016-02-19Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-1/+1
2016-02-19Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie10-25/+92
2016-02-17drm/radeon/pm: Handle failure of drm_vblank_get.Mario Kleiner1-2/+6
2016-02-16drm/radeon: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-02-16drm/radeon: removed optional dummy encoder mode_fixup function.Carlos Palminha1-8/+0
2016-02-12drm/radeon: Fix WARN_ON if DRM_DP_AUX_CHARDEV is enabledLukas Wunner1-2/+3
2016-02-10drm/radeon: Avoid double gpu reset by adding a timeout on IB ring tests.Matthew Dawson9-23/+89
2016-02-10drm/radeon: hold reference to fences in radeon_sa_bo_newNicolai Hähnle1-0/+5
2016-02-09drm/radeon: Defer probe if gmux is present but its driver isn'tLukas Wunner1-0/+11
2016-02-09drm/radeon: Switch DDC when reading the EDIDLukas Wunner1-0/+6
2016-02-09vga_switcheroo: Add handler flags infrastructureLukas Wunner1-1/+2
2016-02-02drm/radeon: mask out WC from BO on unsupported archesOded Gabbay1-0/+7
2016-01-29Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie10-39/+79
2016-01-27drm/radeon: fix DP audio support for APU with DCE4.1 display engineSlava Grigorev3-8/+44
2016-01-27drm/radeon: Add a common function for DFS handlingSlava Grigorev3-10/+15
2016-01-27drm/radeon: cleaned up VCO output settings for DP audioSlava Grigorev4-14/+10
2016-01-26drm/radeon: only init fbdev if we have connectorsRob Clark1-2/+4
2016-01-25drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctlMatthew Dawson1-0/+1
2016-01-22drm/radeon: properly byte swap vce firmware setupAlex Deucher1-6/+6
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+1
2016-01-13drm/radeon: use kobj_to_dev()Geliang Tang1-1/+1
2016-01-08drm/radeon: fix trivial typo in warning messageAlexandre Demers1-1/+1
2016-01-08radeon: r100: Silence 'may be used uninitialized' warningsTim Gardner1-2/+3
2016-01-04drm/radeon: Drop unnecessary unsigned int < 0 checkThierry Reding1-1/+1
2016-01-04drm/dp/mst: constify drm_dp_mst_topology_cbs structuresJulia Lawall1-1/+1
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2-55/+51