summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2018-02-25drm/i915: fix intel_backlight_device_register declarationArnd Bergmann1-1/+1
2018-02-25drm/vc4: Release fence after signallingStefan Schake2-1/+4
2018-02-25drm/armada: fix leak of crtc structureRussell King1-12/+13
2018-02-25drm: Require __GFP_NOFAIL for the legacy drm_modeset_lock_allChris Wilson1-1/+1
2018-02-22drm/qxl: reapply cursor after resetting primaryRay Strode2-0/+61
2018-02-22qxl: alloc & use shadow for dumb buffersGerd Hoffmann4-4/+54
2018-02-22drm/radeon: adjust tested variableJulia Lawall1-1/+1
2018-02-22drm/radeon: Add dpm quirk for Jet PRO (v2)Alex Deucher1-0/+5
2018-02-22drm/ast: Load lut in crtc_commitDaniel Vetter1-0/+1
2018-02-22drm/amd/powerplay: Fix smu_table_entry.handle typeAndrey Grodzovsky1-1/+1
2018-02-22drm/qxl: unref cursor bo when finished with itRay Strode1-1/+3
2018-02-22drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)Tom St Denis1-1/+2
2018-02-22drm/ttm: Don't add swapped BOs to swap-LRU listFelix Kuehling1-1/+2
2018-02-22drm/i915: add GT number to intel_device_infoLionel Landwerlin2-43/+151
2018-02-16drm/i915: Avoid PPS HW/SW state mismatch due to roundingImre Deak1-0/+6
2018-02-16drm/i915: Fix deadlock in i830_disable_pipe()Ville Syrjälä1-2/+5
2018-02-16drm/i915: Redo plane sanitation during readoutVille Syrjälä1-49/+65
2018-02-16drm/i915: Add .get_hw_state() method for planesVille Syrjälä3-98/+175
2018-02-03drm/vc4: Move IRQ enable to PM pathStefan Schake2-3/+3
2018-02-03drm/omap: displays: panel-dpi: add backlight dependencyArnd Bergmann1-0/+1
2018-02-03drm/omap: Fix error handling path in 'omap_dmm_probe()'Christophe JAILLET1-1/+2
2018-02-03drm/bridge: tc358767: fix 1-lane behaviorAndrey Gusakov1-10/+3
2018-02-03drm/bridge: tc358767: fix AUXDATAn registers accessAndrey Gusakov1-1/+1
2018-02-03drm/bridge: tc358767: fix timing calculationsAndrey Gusakov1-14/+20
2018-02-03drm/bridge: tc358767: fix DP0_MISC register setAndrey Gusakov1-2/+3
2018-02-03drm/bridge: tc358767: filter out too high modesAndrey Gusakov1-1/+4
2018-02-03drm/bridge: tc358767: do no fail on hi-res displaysAndrey Gusakov1-5/+9
2018-02-03drm/bridge: Fix lvds-encoder since the panel_bridge rework.Eric Anholt1-7/+41
2018-02-03drm/amdgpu: don't try to move pinned BOsChristian König1-0/+4
2018-02-03drm/rockchip: dw-mipi-dsi: fix possible un-balanced runtime PM enableMirza Krak1-2/+1
2018-02-03drm/amdkfd: Fix SDMA oversubsription handlingFelix Kuehling1-0/+18
2018-02-03drm/amdkfd: Fix SDMA ring buffer size calculationshaoyunl1-2/+2
2018-02-03drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled modeFelix Kuehling1-13/+34
2018-02-03drm/vc4: Account for interrupts in flightStefan Schake1-0/+6
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