summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm: exynos: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2017-02-177-123/+126
* drm: shmobile: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2017-02-172-107/+104
* Revert "drm: Resurrect atomic rmfb code, v3"Dave Airlie2017-02-173-114/+0
* Merge tag 'omapdrm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2017-02-173-9/+35
|\
| * drm/omapdrm: dispc: Refuse x-decimation above 4 for all but 8-bit formatsJyri Sarha2017-02-161-0/+19
| * drm/omapdrm: Move commit_modeset_enables() before commit_planes()Jyri Sarha2017-02-161-1/+15
| * Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"Jyri Sarha2017-02-162-9/+2
* | Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-02-1723-37/+227
|\ \
| * | drm/amdgpu: fix warning on older gcc releasesArnd Bergmann2017-02-161-2/+2
| * | drm/amd/amdgpu: Fix flow control in uvd_v4_2_stop()Tom St Denis2017-02-161-3/+6
| * | drm/amd/powerplay: add didt config table for polaris kickerHuang Rui2017-02-161-1/+149
| * | drm/amd/powerplay: modify VddcPhase value for polaris kickerHuang Rui2017-02-161-1/+5
| * | drm/amd/powerplay: add kicker flag into smumgrHuang Rui2017-02-164-8/+16
| * | drm/amdgpu: Initialize pipe priority order on graphic initializationozeng2017-02-132-0/+16
| * | drm/amdgpu: read hw register to check pg status.Rex Zhu2017-02-1312-14/+22
| * | drm/amdgpu: Add to initialization of mmVCE_VCPU_CNTL registerAlan Harrison2017-02-131-0/+2
| * | drm/amdgpu/pm: check for headless before calling compute_clocksAlex Deucher2017-02-101-1/+2
| * | drm/amdgpu: use amdgpu_gem_va_check() in amdgpu_gem_va_update_vm()Samuel Pitoiset2017-02-101-7/+1
| * | drm/amdgpu: add more cases to DCE11 possible crtc mask setupAlex Deucher2017-02-101-0/+6
| |/
* | Merge branch 'drm-rockchip-next-2017-02-16' of https://github.com/markyzq/ker...Dave Airlie2017-02-164-61/+298
|\ \
| * | drm/rockchip: Use common IOMMU API to attach devicesShunqian Zheng2017-02-151-47/+54
| * | drm/rockchip: Do not use DMA mapping API if attached to IOMMU domainTomasz Figa2017-02-153-14/+244
| |/
* | Merge tag 'drm-misc-next-fixes-2017-02-15' of git://anongit.freedesktop.org/g...Dave Airlie2017-02-163-0/+114
|\ \
| * | drm: Resurrect atomic rmfb code, v3Maarten Lankhorst2017-02-153-0/+114
| |/
* | drm/sti: debug fps resetVincent Abriou2017-02-101-0/+2
* | drm/sti: hdmi: automatically check DVI/HDMI modeVincent Abriou2017-02-102-40/+8
* | drm/sti: unbind all components while driver cleanupVincent Abriou2017-02-101-0/+1
* | drm/sti: do not post GDP command if no updateVincent Abriou2017-02-101-0/+15
* | drm/sti: do not set gdp pixel clock rate if mode is not setVincent Abriou2017-02-101-1/+1
* | drm/sti: enable gdp pixel clock in atomic_updateVincent Abriou2017-02-101-38/+32
* | drm/sti: remove deprecated legacy vtg slaveVincent Abriou2017-02-101-44/+14
* | drm/sti: remove deprecated sink_term configVincent Abriou2017-02-101-7/+0
* | drm/sti: do not check hw scaling if mode is not setFabien DESSENNE2017-02-101-3/+3
* | drm/sti: Fix up crtc_state->event handlingFabien DESSENNE2017-02-102-34/+14
* | drm/sti: use atomic_helper for commitFabien DESSENNE2017-02-102-84/+6
|/
* Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-02-1027-633/+682
|\
| * drm/amdgpu: report the number of bytes moved at buffer creationSamuel Pitoiset2017-02-093-2/+8
| * drm/amdgpu: fix a potential deadlock in amdgpu_bo_create_restricted()Samuel Pitoiset2017-02-091-1/+4
| * drm/amdgpu: add support for new smc firmware on polarisAlex Deucher2017-02-092-6/+29
| * drm/amd/powerplay: refine code to avoid potential bug that the memory not cle...Rex Zhu2017-02-091-10/+7
| * drm/amdgpu: shut up #warning for compile testingArnd Bergmann2017-02-091-0/+2
| * drm/amdgpu/virt: fix double kfree on bo_vaColin Ian King2017-02-081-1/+0
| * drm/radeon: remove some dead codeDan Carpenter2017-02-081-3/+1
| * drm/radeon: avoid kernel segfault in vce when gpu fails to resumeJérôme Glisse2017-02-081-1/+1
| * drm/amd/powerplay: set fan speed to max in profile peak mode only.Rex Zhu2017-02-081-2/+3
| * drm/amd/gfx6: update gb_addr_configFlora Cui2017-02-081-0/+3
| * drm/amdgpu: update HAINAN_GB_ADDR_CONFIG_GOLDENFlora Cui2017-02-081-1/+1
| * drm/amdgpu: update VERDE_GB_ADDR_CONFIG_GOLDENFlora Cui2017-02-081-1/+1
| * drm/amdgpu: refine si_read_registerFlora Cui2017-02-081-17/+73
| * drm/amdgpu/gfx6: clean up spi configurationFlora Cui2017-02-081-8/+4