summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Revert "drm/virtio: drop prime import/export callbacks"Dave Airlie2019-04-243-0/+20
* Revert "drm/i915/fbdev: Actually configure untiled displays"Dave Airlie2019-04-241-7/+5
* Merge branch 'drm-fixes-5.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2019-04-188-13/+43
|\
| * drm/amd/display: If one stream full updates, full update all planesDavid Francis2019-04-142-0/+22
| * drm/amdgpu/gmc9: fix VM_L2_CNTL3 programmingAlex Deucher2019-04-121-0/+1
| * drm/amdgpu: shadow in shadow_list without tbo.mem.start cause page fault in s...wentalou2019-04-121-0/+1
| * drm/amd/display: extending AUX SW TimeoutMartin Leung2019-04-112-6/+9
| * drm/ttm: fix dma_fence refcount imbalance on error pathLin Yi2019-04-111-1/+3
| * drm/ttm: fix incrementing the page pointer for huge pagesChristian König2019-04-111-2/+2
| * drm/ttm: fix start page for huge page check in ttm_put_pages()Christian König2019-04-111-2/+2
| * drm/ttm: fix out-of-bounds read in ttm_put_pages() v2Christian König2019-04-111-2/+3
* | Merge tag 'drm/tegra/for-5.1-rc6' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2019-04-182-5/+15
|\ \
| * | drm/tegra: hdmi: Setup audio only if configuredThierry Reding2019-04-171-3/+9
| * | gpu: host1x: Program stream ID to bypass without SMMUArnd Bergmann2019-04-111-2/+6
* | | Merge tag 'drm-intel-fixes-2019-04-11' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-04-129-110/+97
|\ \ \
| * \ \ Merge tag 'gvt-fixes-2019-04-11' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2019-04-113-9/+18
| |\ \ \
| | * | | drm/i915/gvt: Roundup fb->height into tile's height at calucation fb->sizeXiong Zhang2019-04-111-3/+6
| | * | | drm/i915/gvt: Prevent use-after-free in ppgtt_free_all_spt()Chris Wilson2019-04-081-3/+9
| | * | | drm/i915/gvt: Annotate iomem usageChris Wilson2019-04-081-3/+3
| * | | | drm/i915/dp: revert back to max link rate and lane count on eDPJani Nikula2019-04-101-59/+10
| * | | | drm/i915/icl: Fix port disable sequence for mipi-dsiVandita Kulkarni2019-04-102-4/+4
| * | | | drm/i915/icl: Ungate ddi clocks before IO enableVandita Kulkarni2019-04-101-0/+6
| * | | | drm/i915: Get power refs in encoder->get_power_domains()Imre Deak2019-04-084-38/+35
| * | | | drm/i915: Fix pipe_bpp readout for BXT/GLK DSIVille Syrjälä2019-04-081-0/+24
* | | | | Merge tag 'drm-misc-fixes-2019-04-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-04-126-19/+62
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | drm/sun4i: tcon top: Fix NULL/invalid pointer dereference in sun8i_tcon_top_u...Ondrej Jirman2019-04-081-2/+3
| * | | | Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2019-04-0838-180/+204
| |\ \ \ \
| * | | | | drm/sun4i: DW HDMI: Lower max. supported rate for H6Jernej Skrabec2019-04-051-2/+7
| * | | | | drm/atomic-helper: Make atomic_enable/disable crtc callbacks optionalRodrigo Siqueira2019-03-291-3/+2
| * | | | | drm/omap: hdmi4_cec: Fix CEC clock handling for PMTony Lindgren2019-03-271-7/+19
| * | | | | drm/omap: fix typoMatteo Croce2019-03-271-1/+1
| * | | | | drm/bridge: dw-hdmi: disable SCDC configuration for invalid setupsNeil Armstrong2019-03-251-4/+30
* | | | | | Merge branch 'drm-fixes-5.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2019-04-115-25/+16
|\ \ \ \ \ \
| * | | | | | drm/amd/display: Fix negative cursor pos programming (v2)Nicholas Kazlauskas2019-04-081-21/+2
| * | | | | | drm/amd/display: fix cursor black issuetiancyin2019-04-041-0/+1
| * | | | | | drm/amdgpu: amdgpu_device_recover_vram always failed if only one node in shad...wentalou2019-04-041-4/+9
| * | | | | | drm/amdgpu: Adjust IB test timeout for XGMI configurationshaoyunl2019-04-041-0/+3
| * | | | | | drm/amdkfd: Add picasso pci idAlex Deucher2019-04-041-0/+1
* | | | | | | Merge branch 'mediatek-drm-fixes-5.1' of https://github.com/ckhu-mediatek/lin...Dave Airlie2019-04-119-46/+132
|\ \ \ \ \ \ \
| * | | | | | | drm/mediatek: no change parent rate in round_rate() for MT2701 hdmi phyWangyan Wang2019-04-094-16/+20
| * | | | | | | drm/mediatek: using new factor for tvdpll for MT2701 hdmi phyWangyan Wang2019-04-091-5/+3
| * | | | | | | drm/mediatek: remove flag CLK_SET_RATE_PARENT for MT2701 hdmi phyWangyan Wang2019-04-094-8/+8
| * | | | | | | drm/mediatek: make implementation of recalc_rate() for MT2701 hdmi phyWangyan Wang2019-04-094-14/+42
| * | | | | | | drm/mediatek: fix the rate and divder of hdmi phy for MT2701Wangyan Wang2019-04-091-2/+2
| * | | | | | | drm/mediatek: fix possible object reference leakWen Yang2019-04-091-0/+1
| * | | | | | | drm/mediatek: Fix an error code in mtk_hdmi_dt_parse_pdata()Dan Carpenter2019-04-021-1/+0
| * | | | | | | drm/mediatek: Add Mediatek framebuffer deviceCK Hu2019-03-191-0/+5
| * | | | | | | drm/mediatek: Implement gem prime vmap/vunmap functionCK Hu2019-03-193-0/+51
* | | | | | | | Merge tag 'drm/tegra/for-5.1-rc5' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2019-04-111-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | gpu: host1x: Fix compile error when IOMMU API is not availableStefan Agner2019-04-111-1/+1