summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2019-01-08drm/fb-helper: fix leaks in error path of drm_fb_helper_fbdev_setupPeter Wu1-1/+1
2019-01-08drm/fb-helper: generic: Fix setup error pathNoralf Trønnes1-40/+58
2019-01-08drm/virtio: drop virtio_gpu_fence_cleanup()Gerd Hoffmann4-12/+5
2019-01-08drm/virtio: fix pageflip flushGerd Hoffmann1-5/+6
2019-01-08drm/virtio: log error responsesGerd Hoffmann1-2/+10
2019-01-08drm/virtio: Add missing virtqueue resetEzequiel Garcia1-0/+1
2019-01-08drm/virtio: Remove incorrect kfree()Ezequiel Garcia1-4/+0
2019-01-07Merge tag 'topic/drmp-cleanup-2019-01-02' of git://anongit.freedesktop.org/dr...Maxime Ripard1-0/+11
2019-01-07drm: Fix error handling in drm_legacy_addctxYueHaibing1-6/+9
2019-01-03drm: Reorder set_property_atomic to avoid returning with an active ww_ctxChris Wilson1-2/+3
2019-01-02drm: un-inline drm_legacy_findmap()Jani Nikula1-0/+11
2018-12-27drm: move DRM_IF_VERSION to drm_internal.hSam Ravnborg1-0/+2
2018-12-27drm/drm_drv.c: Remove duplicate headerBrajeswar Ghosh1-1/+0
2018-12-20drm/bochs: add edid present checkGerd Hoffmann1-0/+7
2018-12-19drm/vc4: Attach margin props to the HDMI connectorBoris Brezillon1-0/+16
2018-12-19drm/vc4: Take margin setup into account when updating planesBoris Brezillon3-0/+96
2018-12-19drm/connector: Allow creation of margin props aloneBoris Brezillon1-18/+65
2018-12-19drm/connector: Fix drm_mode_create_tv_properties() docBoris Brezillon1-1/+1
2018-12-19drm: dw-hdmi-i2s: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-12-17drm/vkms: set preferred depth to 24emersion1-0/+1
2018-12-17drm/ati_pcigart: Fix error code in drm_ati_pcigart_init()Dan Carpenter2-5/+7
2018-12-17drm: Fix an error pointer dereference()Dan Carpenter1-3/+3
2018-12-14drm/dp_mst: Refactor drm_dp_update_payload_part1()Lyude Paul1-29/+42
2018-12-14drm/dp_mst: Remove bogus conditional in drm_dp_update_payload_part1()Lyude Paul1-3/+1
2018-12-14drm/virtio: switch to generic fbdev emulationGerd Hoffmann5-215/+8
2018-12-13drm/dp_mst: Fix memory leak in drm_dp_mst_topology_mgr_destroy()Lyude Paul1-0/+1
2018-12-13drm: Rename crtc_idr as object_idr to KMS cleanupsShayenne da Luz Moura3-9/+9
2018-12-12drm/rockchip: Add implicit fencing support for planesHeiko Stuebner1-0/+2
2018-12-12drm/xen: Don't set the dpms hookDaniel Vetter1-1/+0
2018-12-12drm/qxl: Don't set the dpms hookDaniel Vetter1-1/+0
2018-12-11drm/syncobj: remove drm_syncobj_cb and cleanupChristian König1-61/+30
2018-12-11drm/etnaviv: fix for 64bit seqno changeChristian König1-1/+1
2018-12-11drm/atomic: integrate modeset lock with private objectsRob Clark7-8/+29
2018-12-10drm/dp/mst: Validate REMOTE_I2C_READ harderVille Syrjälä1-7/+18
2018-12-10drm/dp/mst: Configure no_stop_bit correctly for remote i2c xfersVille Syrjälä1-0/+1
2018-12-10drm/ast: Remove set but not used variable 'bo'YueHaibing1-2/+0
2018-12-10drm/dp-mst-helper: Remove hotplug callbackDaniel Vetter5-39/+4
2018-12-08drm/vc4: Add support for X/Y reflectionBoris Brezillon1-12/+47
2018-12-08drm/vc4: Fix negative X/Y positioning on SAND planesBoris Brezillon1-0/+21
2018-12-07drm/v3d: Invalidate the caches from the outside in.Eric Anholt1-2/+6
2018-12-07drm/v3d: Stop trying to flush L2C on V3D 3.3+Eric Anholt1-3/+8
2018-12-07drm/v3d: Drop the wait for L2T flush to complete.Eric Anholt1-4/+4
2018-12-07drm/v3d: Don't bother flushing L1TD at job start.Eric Anholt1-12/+0
2018-12-07drm/v3d: Drop unused v3d_flush_caches().Eric Anholt2-22/+0
2018-12-07drm/i915: Compile fix for 64b dma-fence seqnoMika Kuoppala5-22/+22
2018-12-07dma-buf: make fence sequence numbers 64 bit v2Christian König4-5/+5
2018-12-06drm/v3d: fix broken buildChristian König1-1/+1
2018-12-05drm: revert "expand replace_fence to support timeline point v2"Christian König5-13/+10
2018-12-04drm/tinydrm: Use kmemdup rather than duplicating its implementation in repape...YueHaibing1-2/+1
2018-12-04drm/vkms: Remove set but not used variable 'vkms_obj'YueHaibing1-2/+0