summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2018-01-31drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state()Boris Brezillon1-6/+6
2018-01-23drm/vmwgfx: fix memory corruption with legacy/sou connectorsRob Clark2-4/+4
2018-01-23drm/nouveau/disp/gf119: add missing drive vfunc ptrRob Clark1-0/+1
2018-01-17drm/i915: Fix init_clock_gating for resumeVille Syrjälä1-0/+1
2018-01-17drm/i915: Move init_clock_gating() back to where it wasVille Syrjälä2-28/+30
2018-01-17drm/i915: Whitelist SLICE_COMMON_ECO_CHICKEN1 on Geminilake.Kenneth Graunke2-0/+7
2018-01-17drm/i915/gvt: Clear the shadow page table entry after post-syncZhi Wang1-1/+4
2018-01-17drm/vmwgfx: Potential off by one in vmw_view_add()Dan Carpenter1-0/+2
2018-01-17drm/vmwgfx: Don't cache framebuffer mapsThomas Hellstrom3-36/+13
2018-01-10drm/i915: Apply Display WA #1183 on skl, kbl, and cflLucas De Marchi3-9/+38
2018-01-10drm/i915: Disable DC states around GMBUS on GLKVille Syrjälä1-0/+1
2017-12-29drm/sun4i: Fix error path handlingMaxime Ripard1-2/+2
2017-12-29drm/i915: Flush pending GTT writes before unbindingChris Wilson1-8/+1
2017-12-25drm/vc4: Avoid using vrefresh==0 mode in DSI htotal math.Eric Anholt1-1/+2
2017-12-25drm: Add retries for lspcon mode detectionShashank Sharma1-3/+13
2017-12-20drm/amdgpu: bypass lru touch for KIQ ring submissionPixel Ding1-1/+2
2017-12-14drm/i915: Fix vblank timestamp/frame counter jumps on gen2Ville Syrjälä1-16/+35
2017-12-14drm/exynos: gem: Drop NONCONTIG flag for buffers allocated without IOMMUMarek Szyprowski1-0/+9
2017-12-14drm/bridge: analogix dp: Fix runtime PM state in get_modes() callbackMarek Szyprowski1-0/+2
2017-12-10drm/amdgpu: Use unsigned ring indices in amdgpu_queue_mgr_mapMichel Dänzer2-4/+4
2017-12-10drm/fsl-dcu: enable IRQ before drm_atomic_helper_resume()Stefan Agner1-1/+1
2017-12-10drm/fsl-dcu: avoid disabling pixel clock twice on suspendStefan Agner1-1/+0
2017-12-05drm/i915: Prevent zero length "index" writeVille Syrjälä1-1/+2
2017-12-05drm/i915: Don't try indexed reads to alternate slave addressesVille Syrjälä1-0/+1
2017-12-05drm/i915/gvt: Correct ADDR_4K/2M/1G_MASK definitionXiong Zhang1-3/+3
2017-12-05drm/i915/fbdev: Serialise early hotplug events with async fbdev configChris Wilson1-4/+6
2017-12-05drm/i915: Re-register PMIC bus access notifier on runtime resumeHans de Goede3-0/+9
2017-12-05drm/i915: Fix false-positive assert_rpm_wakelock_held in i915_pmic_bus_access...Hans de Goede1-0/+7
2017-12-05drm/amdgpu: Set adev->vcn.irq.num_types for VCNMichel Dänzer1-1/+1
2017-12-05drm/amdgpu: move UVD/VCE and VCN structure out from unionLeo Liu1-12/+8
2017-12-05drm/edid: Don't send non-zero YQ in AVI infoframe for HDMI 1.x sinksVille Syrjälä3-4/+14
2017-12-05drm/fsl-dcu: Don't set connector DPMS propertyLaurent Pinchart1-5/+0
2017-12-05drm/fb_helper: Disable all crtc's when initial setup fails.Maarten Lankhorst1-0/+4
2017-12-05drm/amd/pp: fix typecast error in powerplay.Rex Zhu1-2/+2
2017-12-05drm/ttm: once more fix ttm_buffer_object_transferChristian König1-0/+1
2017-12-05drm/hisilicon: Ensure LDI regs are properly configured.Peter Griffin1-0/+3
2017-12-05drm/panel: simple: Add missing panel_simple_unprepare() callsJonathan Liu1-0/+2
2017-12-05drm/radeon: fix atombios on big endianRoman Kapl2-40/+36
2017-12-05drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode()Jyri Sarha1-1/+12
2017-12-05drm/vblank: Tune drm_crtc_accurate_vblank_count() WARN down to a debugVille Syrjälä1-2/+2
2017-12-05drm/vblank: Fix flip event vblank countVille Syrjälä1-1/+1
2017-12-05drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_listMichel Dänzer1-7/+4
2017-12-05drm/amdgpu: reserve root PD while releasing itChristian König1-2/+11
2017-12-05drm/ttm: fix ttm_bo_cleanup_refs_or_queue once moreChristian König1-15/+17
2017-12-05drm/amdgpu: Remove check which is not valid for certain VBIOSKen Wang1-6/+0
2017-12-05drm/amdgpu: Properly allocate VM invalidate eng v2ozeng1-3/+12
2017-12-05drm/amdgpu: fix error handling in amdgpu_bo_do_createChristian König1-3/+3
2017-12-05drm/amdgpu: correct reference clock value on vega10Ken Wang1-4/+1
2017-12-05drm/amdgpu: Potential uninitialized variable in amdgpu_vm_update_directories()Dan Carpenter1-1/+1
2017-12-05drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs()Dan Carpenter1-1/+1