summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2016-03-17drm/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-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-08drm/radeon: Switch to drm_vblank_on/offDaniel Vetter2-4/+4
2016-02-26drm/radeon: update radeon acpi headerAlex Deucher1-0/+2
2016-02-19Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie10-25/+92
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-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
2015-12-23Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie28-13635/+125
2015-12-22drm/radeon: clean up fujitsu quirksAlex Deucher1-9/+3
2015-12-22drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addrFelix Kuehling1-6/+6
2015-12-22drm/radeon: fix dp link rate selection (v2)Alex Deucher3-77/+49
2015-12-19drm/radeon: only increment sync_seq when a fence is really emittedNicolai Hähnle1-2/+2
2015-12-19drm/radeon: fix typo in cik_ring_ib_execute documentation (v2)Nicolai Hähnle1-2/+2
2015-12-19drm/radeon: Update radeon_get_vblank_counter_kms()Thierry Reding1-12/+12
2015-12-19drm/radeon: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v2)Mario Kleiner9-29/+164
2015-12-19drm/radeon: Fix "slow" audio over DP on DCE8+Slava Grigorev4-0/+29
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä3-16/+31
2015-12-09radeon: Fix VCE IB test on Big-Endian systemsOded Gabbay1-34/+34
2015-12-09radeon: Fix VCE ring test for Big-Endian systemsOded Gabbay1-16/+16
2015-12-09radeon/cik: Fix GFX IB test on Big-EndianOded Gabbay1-5/+1
2015-12-08drm: Move LEAVE/ENTER_ATOMIC_MODESET to fbdev helpersDaniel Vetter2-0/+2
2015-12-08Back merge tag 'v4.4-rc4' into drm-nextDave Airlie15-41/+199
2015-12-04drm/radeon: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v2)Mario Kleiner9-29/+164
2015-12-04drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interruptLyude10-12/+32
2015-12-02drm/radeon: Use unlocked gem unreferencingDaniel Vetter1-1/+1
2015-12-02drm/radeon: constify radeon_asic_ring structuresJulia Lawall2-20/+20
2015-12-02drm/radeon: call hpd_irq_event on resumeAlex Deucher1-0/+1