summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-07Merge tag 'topic/drmp-cleanup-2019-01-02' of git://anongit.freedesktop.org/dr...drm-misc-next-2019-01-07-1drm-misc-next-2019-01-07Maxime Ripard6-11/+24
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: forward declare struct drm_file in drm_syncobj.htopic/drmp-cleanup-2019-01-02Jani Nikula1-1/+3
2019-01-02drm: include types.h from drm_hdcp.hJani Nikula1-0/+2
2019-01-02drm: include idr.h from drm_file.hJani Nikula1-0/+1
2019-01-02drm: include kernel.h and agp_backend.h from intel-gtt.hJani Nikula1-0/+3
2019-01-02drm: un-inline drm_legacy_findmap()Jani Nikula2-10/+15
2018-12-27drm: move DRM_IF_VERSION to drm_internal.hSam Ravnborg2-2/+2
2018-12-27drm/drm_drv.c: Remove duplicate headerBrajeswar Ghosh1-1/+0
2018-12-24dma-buf: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2-24/+4
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 Brezillon2-18/+67
2018-12-19drm/connector: Clarify the unit of TV marginsBoris Brezillon2-5/+5
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-18MAINTAINERS: drm: Remove myself as drm-bridge maintainerArchit Taneja1-1/+0
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-14drm: Remove complete task from TODO documentationShayenne da Luz Moura1-3/+0
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 Moura4-12/+12
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önig2-82/+30
2018-12-11drm/etnaviv: fix for 64bit seqno changeChristian König1-1/+1
2018-12-11drm/atomic: integrate modeset lock with private objectsRob Clark9-9/+74
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 Vetter6-41/+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/v3d: Document cache flushing ABI.Eric Anholt1-0/+8
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önig8-16/+24
2018-12-06drm/qxl: add spice-devel list to MAINTAINERSGerd Hoffmann1-0/+1
2018-12-06drm/v3d: fix broken buildChristian König1-1/+1