summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
...
* drm/mediatek: fix unbind functionsHsin-Yi Wang2019-07-101-0/+2
* drm/arm/hdlcd: Allow a bit of clock toleranceRobin Murphy2019-06-251-1/+2
* drm/arm/hdlcd: Actually validate CRTC modesRobin Murphy2019-06-251-6/+5
* drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()Murray McAllister2019-06-191-0/+4
* drm/vmwgfx: integer underflow in vmw_cmd_dx_set_shader() leading to an invali...Murray McAllister2019-06-191-1/+2
* drm/i915/sdvo: Implement proper HDMI audio support for SDVOVille Syrjälä2019-06-192-11/+50
* nouveau: Fix build with CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT disabledThomas Backlund2019-06-191-0/+4
* drm/nouveau: add kconfig option to turn off nouveau legacy contexts. (v3)Dave Airlie2019-06-192-3/+17
* drm: don't block fb changes for async plane updatesHelen Koike2019-06-151-0/+10
* Revert "drm/nouveau: add kconfig option to turn off nouveau legacy contexts. ...Greg Kroah-Hartman2019-06-152-17/+3
* drm/bridge: adv7511: Fix low refresh rate selectionMatt Redfearn2019-06-151-3/+3
* drm/nouveau/disp/dp: respect sink limits when selecting failsafe link configu...Ben Skeggs2019-06-151-2/+9
* drm/i915/fbc: disable framebuffer compression on GeminiLakeDaniel Drake2019-06-111-0/+4
* drm/radeon: prefer lower reference dividersChristian König2019-06-111-2/+2
* drm/amdgpu/psp: move psp version specific function pointers to early_initAlex Deucher2019-06-111-9/+10
* drm/nouveau: add kconfig option to turn off nouveau legacy contexts. (v3)Dave Airlie2019-06-112-3/+17
* drm/gma500/cdv: Check vbt config bits when detecting lvds panelsPatrik Jakobsson2019-06-113-0/+7
* drm/rockchip: shutdown drm subsystem on shutdownVicente Bergas2019-06-091-0/+9
* drm/vmwgfx: Don't send drm sysfs hotplug events on initial master setThomas Hellstrom2019-06-091-1/+7
* drm/nouveau/i2c: Disable i2c bus access after ->fini()Lyude Paul2019-06-096-2/+65
* drm: Wake up next in drm_read() chain if we are forced to putback the eventChris Wilson2019-05-311-0/+1
* drm/drv: Hold ref on parent device during drm_device lifetimeNoralf Trønnes2019-05-311-1/+4
* drm/amdgpu: fix old fence check in amdgpu_fence_emitChristian König2019-05-311-7/+17
* drm/msm: a5xx: fix possible object reference leakWen Yang2019-05-311-4/+6
* drm/rockchip: fix for mailbox read validation.Damian Kos2019-05-161-1/+1
* drm/rockchip: psr: do not dereference encoder before it is null checked.Enric Balletbo i Serra2019-05-161-1/+3
* drm/i915: Downgrade Gen9 Plane WM latency errorChris Wilson2019-05-161-2/+2
* drm/i915: Disable LP3 watermarks on all SNB machinesVille Syrjälä2019-05-161-1/+40
* drm/imx: don't skip DP channel disable for background planeLucas Stach2019-05-161-1/+1
* drm/sun4i: Set device driver data at bind time for use in unbindPaul Kocialkowski2019-05-161-0/+2
* drm/mediatek: fix possible object reference leakWen Yang2019-05-101-0/+1
* drm/mediatek: Fix an error code in mtk_hdmi_dt_parse_pdata()Dan Carpenter2019-05-101-1/+0
* drm/meson: Uninstall IRQ handlerJean-Philippe Brucker2019-05-041-1/+4
* drm/meson: Fix invalid pointer in meson_drv_unbind()Jean-Philippe Brucker2019-05-041-2/+2
* drm/vc4: Fix compilation error reported by kbuild test botMaarten Lankhorst2019-05-021-1/+1
* Revert "drm/i915/fbdev: Actually configure untiled displays"Dave Airlie2019-05-021-7/+5
* drm/vc4: Fix memory leak during gpu reset.Maarten Lankhorst2019-05-021-1/+1
* drm/amdkfd: use init_mqd function to allocate object for hid_mqd (CI)Kevin Wang2019-04-201-51/+1
* drm/nouveau/volt/gf117: fix speedo readout registerIlia Mirkin2019-04-204-1/+63
* drm/panel: panel-innolux: set display off in innolux_panel_unprepareHsin-Yi, Wang2019-04-201-6/+5
* drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failureYueHaibing2019-04-201-1/+1
* drm/udl: add a release method and delay modeset teardownDave Airlie2019-04-173-1/+9
* drm/i915/gvt: do not let pin count of shadow mm go negativeYan Zhao2019-04-171-1/+1
* drm/dp/mst: Configure no_stop_bit correctly for remote i2c xfersVille Syrjälä2019-04-051-0/+1
* drm/nouveau: Stop using drm_crtc_force_disableDaniel Vetter2019-04-051-1/+3
* drm: Auto-set allow_fb_modifiers when given modifiers at plane initPaul Kocialkowski2019-04-051-0/+3
* drm/vgem: fix use-after-free when drm_gem_handle_create() failsEric Biggers2019-04-031-5/+1
* drm: Reorder set_property_atomic to avoid returning with an active ww_ctxChris Wilson2019-03-271-2/+3
* drm/vmwgfx: Don't double-free the mode stored in par->set_modeThomas Zimmermann2019-03-271-9/+3
* drm/radeon/evergreen_cs: fix missing break in switch statementGustavo A. R. Silva2019-03-231-0/+1