aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-15drm/edid: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-04drm: remove drm specific kmap_atomic codeIra Weiny1-4/+0
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds28-193/+552
2020-05-20Merge tag 'drm-intel-next-2020-05-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+3
2020-05-14drm: Add logging function for DP VSC SDPGwan-gyeong Mun1-0/+3
2020-05-11drm: fix trivial field description cut-and-paste errorLinus Torvalds1-1/+1
2020-05-08Merge tag 'drm-misc-next-2020-05-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie7-31/+45
2020-05-05drm/mm: optimize rb_hole_addr rbtree searchNirmoy Das1-0/+1
2020-05-05drm/ttm: Remove reference to the mem_glob memberMaya Rashish1-1/+0
2020-05-05drm/client: Dual licence the header in GPL-2 and MITEmmanuel Vadot1-1/+1
2020-04-30drm: Correct DP DSC macro typoRodrigo Siqueira1-2/+2
2020-04-29drm: Nuke mode->hsyncVille Syrjälä1-11/+0
2020-04-28drm: Add devm_drm_dev_alloc macroDaniel Vetter1-0/+33
2020-04-27drm/dp_mst: Kill the second sideband tx slot, save the worldLyude Paul1-21/+8
2020-04-24Merge tag 'drm-misc-next-2020-04-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+6
2020-04-23Revert "drm/dp_mst: Remove single tx msg restriction."Lyude Paul1-0/+5
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie23-161/+328
2020-04-17Merge tag 'topic/phy-compliance-2020-04-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-misc-nextThomas Zimmermann1-1/+32
2020-04-17Merge drm/drm-next into drm-misc-nextThomas Zimmermann5-6/+17
2020-04-16Merge tag 'topic/phy-compliance-2020-04-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-intel-next-queuedJoonas Lahtinen1-1/+32
2020-04-16Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen28-316/+487
2020-04-14drm/device: Deprecate dev_private harderDaniel Vetter1-3/+6
2020-04-09drm/bridge: analogix_dp: Split bind() into probe() and real bind()Marek Szyprowski1-2/+3
2020-04-09drm/legacy: Fix type for drm_local_map.offsetChris Wilson1-1/+1
2020-04-08drm: Don't return 0 from a void drm_fbdev_generic_setupChris Wilson1-1/+0
2020-04-08drm/fb-helper: Remove return value from drm_fbdev_generic_setup()Thomas Zimmermann1-2/+3
2020-04-08drm/ttm: clean up ttm_trace_dma_map/ttm_trace_dma_unmap (v2)Huang Rui1-31/+0
2020-04-08drm/dp: get/set phy compliance patternAnimesh Manna1-0/+31
2020-04-08drm/amd/display: Align macro name as per DP specAnimesh Manna1-1/+1
2020-04-07drm/dp_mst: Remove drm_dp_mst_has_audio()Lyude Paul1-2/+0
2020-04-07drm/writeback: wire drm_writeback.h to kernel-docSam Ravnborg1-0/+9
2020-04-07drm: writeback: document callbacksSam Ravnborg1-0/+27
2020-04-05drm/sched: fix kernel-doc in gpu_scheduler.hSam Ravnborg1-0/+1
2020-04-03drm/dp_mst: Remove drm_dp_mst_topology_cbs.destroy_connectorLyude Paul1-2/+0
2020-04-03drm: delete drm_pci.hDaniel Vetter1-37/+0
2020-04-03drm/pci: Move drm_pci_alloc/free under CONFIG_DRM_LEGACYDaniel Vetter2-26/+15
2020-04-03Merge branch 'ttm-transhuge' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie2-1/+11
2020-04-01drm/core: Calculate bpp in afbc helperAndrzej Pietrasiewicz1-7/+0
2020-03-31Merge v5.6 into drm-nextDave Airlie1-2/+2
2020-03-30drm/fb: fix kernel-doc in drm_framebuffer.hSam Ravnborg1-2/+2
2020-03-30drm/dp_mst: add kernel-doc for drm_dp_mst_port.fec_capableSam Ravnborg1-0/+4
2020-03-30drm: rework SET_MASTER and DROP_MASTER perm handlingEmil Velikov1-0/+11
2020-03-27drm/dp_mst: Remove single tx msg restriction.Sean Paul1-5/+0
2020-03-27drm/mst: Support simultaneous down repliesSean Paul1-29/+30
2020-03-26drm: Add docs for managed resourcesDaniel Vetter2-0/+59
2020-03-26drm/mipi-dbi: Drop explicit drm_mode_config_cleanup callDaniel Vetter1-1/+0
2020-03-26drm: Manage drm_mode_config_init with drmm_Daniel Vetter1-1/+17
2020-03-26drm: Garbage collect drm_dev_finiDaniel Vetter1-4/+1
2020-03-26drm: Manage drm_vblank_cleanup with drmm_Daniel Vetter1-0/+16
2020-03-26drm: manage drm_minor cleanup with drmm_Daniel Vetter1-1/+8