summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/edid: Allow HDMI infoframe without VIC or S3DVille Syrjälä2017-11-2210-18/+52
* Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-11-21709-49663/+47108
|\
| * Merge tag 'exynos-drm-next-for-v4.15' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie2017-11-146-321/+476
| |\
| | * drm: exynos: Add driver for HDMI audio interfaceSylwester Nawrocki2017-10-263-65/+194
| | * drm/exynos/hdmi: add 85.5MHz pixel clock for v14 HDMI PHYDaniel Drake2017-10-262-2/+13
| | * drm/exynos/mixer: enable support for 1024x768 and 1280x1024 modesAndrzej Hajda2017-10-261-0/+3
| | * drm/exynos/hdmi: quirk for support mode timings conversionAndrzej Hajda2017-10-261-2/+15
| | * drm/exynos/mixer: pass actual mode on MIXER to encoderAndrzej Hajda2017-10-261-20/+51
| | * drm/exynos: add mode_fixup callback to exynos_drm_crtc_opsAndrzej Hajda2017-10-262-0/+18
| | * drm/exynos/hdmi: remove redundant mode fieldAndrzej Hajda2017-10-261-25/+9
| | * drm/exynos/mixer: remove mixer_resources sub-structureAndrzej Hajda2017-10-261-176/+148
| | * drm/exynos/mixer: fix mode validation codeAndrzej Hajda2017-10-261-15/+13
| | * drm/exynos/mixer: move resolution configuration to single functionAndrzej Hajda2017-10-261-10/+7
| | * drm/exynos/mixer: move mode commit to enable callbackAndrzej Hajda2017-10-261-12/+8
| | * drm/exynos/mixer: abstract out output mode setup codeAndrzej Hajda2017-10-261-15/+18
| * | Merge branch 'linus-4.14-rc4-acp-prereq' of git://people.freedesktop.org/~agd...Dave Airlie2017-11-142-27/+4
| |\ \
| | * | drm/amdgpu Moving amdgpu asic types to a separate fileAkshu Agrawal2017-10-181-27/+2
| | * | drm/amd/amdgpu: Added asic_type as ACP DMA driver platform dataVijendar Mukunda2017-10-181-0/+2
| * | | Merge tag 'drm-misc-fixes-2017-11-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-11-141-8/+6
| |\ \ \
| | * | | drm/rockchip: analogix_dp: Use mutex rather than spinlockEmil Renner Berthing2017-11-131-8/+6
| * | | | Merge tag 'drm-intel-next-fixes-2017-11-10' of git://anongit.freedesktop.org/...Dave Airlie2017-11-1412-52/+133
| |\ \ \ \
| | * | | | drm/i915: Reorder context-close to avoid calling i915_vma_close() under RCUChris Wilson2017-11-091-6/+6
| | * | | | drm/i915: Move init_clock_gating() back to where it wasVille Syrjälä2017-11-092-28/+30
| | * | | | drm/i915: Prune the reservation shared fence arrayChris Wilson2017-11-091-0/+7
| | * | | | drm/i915: Idle the GPU before shinking everythingChris Wilson2017-11-091-0/+12
| | * | | | drm/i915: Lock llist_del_first() vs llist_del_all()Chris Wilson2017-11-091-1/+7
| | * | | | drm/i915: Calculate ironlake intermediate watermarks correctly, v2.Maarten Lankhorst2017-11-091-1/+8
| | * | | | drm/i915: Disable lazy PPGTT page table optimization for vGPUJoonas Lahtinen2017-11-091-1/+1
| | * | | | drm/i915/execlists: Remove the priority "optimisation"Chris Wilson2017-11-091-2/+0
| | * | | | drm/i915: Filter out spurious execlists context-switch interruptsChris Wilson2017-11-095-13/+62
| * | | | | Merge tag 'drm-misc-fixes-2017-11-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-11-147-51/+71
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | qxl: alloc & use shadow for dumb buffersGerd Hoffmann2017-10-234-4/+54
| | * | | | drm/qxl: replace QXL_INFO with DRM_DEBUG_DRIVERGerd Hoffmann2017-10-235-47/+17
| * | | | | drm/mode_object: fix documentation for object lookups.Dave Airlie2017-11-102-0/+2
| * | | | | Merge tag 'drm-misc-next-fixes-2017-11-08' of git://anongit.freedesktop.org/d...Dave Airlie2017-11-092-3/+3
| |\ \ \ \ \
| | * | | | | drm/vblank: Tune drm_crtc_accurate_vblank_count() WARN down to a debugVille Syrjälä2017-11-071-2/+2
| | * | | | | drm/rockchip: add CONFIG_OF dependency for lvdsArnd Bergmann2017-11-061-1/+1
| * | | | | | drm/amdgpu: use irq-safe lock for kiq->ring_lockpding2017-11-081-4/+6
| * | | | | | drm/amdgpu: bypass lru touch for KIQ ring submissionPixel Ding2017-11-081-1/+2
| * | | | | | drm/amdgpu: Potential uninitialized variable in amdgpu_vm_update_directories()Dan Carpenter2017-11-081-1/+1
| * | | | | | drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs()Dan Carpenter2017-11-081-1/+1
| * | | | | | drm/amd/powerplay: initialize a variable before using itNicolas Iooss2017-11-071-0/+2
| * | | | | | drm/amd/powerplay: suppress KASAN out of bounds warning in vega10_populate_al...Evan Quan2017-11-071-0/+4
| * | | | | | drm/amd/amdgpu: fix evicted VRAM bo adjudgement conditionRoger He2017-11-071-4/+1
| * | | | | | Merge tag 'drm-misc-next-fixes-2017-11-07' of git://anongit.freedesktop.org/d...Dave Airlie2017-11-082-3/+3
| |\ \ \ \ \ \ | | |/ / / / / | | | | / / / | | |_|/ / / | |/| | | |
| | * | | | drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs()Boris BREZILLON2017-11-031-2/+2
| | * | | | drm: Require __GFP_NOFAIL for the legacy drm_modeset_lock_allChris Wilson2017-10-311-1/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-11-065-60/+142
| |\ \ \ \
| | * | | | drm/ttm: Downgrade pr_err to pr_debug for memory allocation failuresMichel Dänzer2017-11-042-13/+12
| | * | | | drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_listMichel Dänzer2017-11-041-12/+4
OpenPOWER on IntegriCloud