summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-msm-next-2021-12-26' of ssh://gitlab.freedesktop.org/drm/msm i...Dave Airlie2021-12-291-0/+7
|\
| * Merge remote-tracking branch 'drm/drm-next' into msm-next-stagingRob Clark2021-12-0615-62/+513
| |\
| * | drm/dp: Add macro to check max_downspread capabilitySankeerth Billakanti2021-11-281-0/+7
* | | Merge tag 'drm-misc-next-2021-12-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-12-174-3/+8
|\ \ \
| * \ \ Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-12-161-3/+5
| |\ \ \
| * | | | drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio()Hector Martin2021-12-161-0/+3
| * | | | drm: Replace kernel.h with the necessary inclusionsAndy Shevchenko2021-12-093-3/+5
* | | | | Merge tag 'drm-intel-next-2021-12-14' of ssh://git.freedesktop.org/git/drm/dr...Dave Airlie2021-12-171-0/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge drm/drm-next into drm-intel-nextJani Nikula2021-12-0914-57/+490
| |\ \ \ \
| * | | | | drm/i915/rpl-s: Add PCI IDS for Raptor Lake SAnusha Srivatsa2021-12-081-0/+9
* | | | | | Merge tag 'drm-misc-next-2021-12-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-12-107-137/+168
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann2021-12-021-2/+3
| * | | | drm/ttm: Clarify that the TTM_PL_SYSTEM is under TTMs controlZack Rusin2021-12-011-0/+11
| * | | | drm/cma-helper: Pass GEM CMA object in public interfacesThomas Zimmermann2021-11-301-17/+22
| * | | | drm/cma-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann2021-11-301-0/+78
| * | | | drm/cma-helper: Move driver and file ops to the end of headerThomas Zimmermann2021-11-301-54/+60
| * | | | drm: Declare hashtable as legacyThomas Zimmermann2021-11-303-84/+15
| * | | | drm/ttm: Don't include drm_hashtab.hThomas Zimmermann2021-11-301-1/+0
* | | | | Merge tag 'drm-misc-next-2021-11-29' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2021-12-091-0/+1
|\| | | | | |_|_|/ |/| | |
| * | | drm: Decouple nomodeset from CONFIG_VGA_CONSOLEJavier Martinez Canillas2021-11-271-4/+0
| * | | drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-271-0/+5
* | | | Merge tag 'drm-intel-next-2021-11-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-12-021-3/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge drm/drm-next into drm-intel-nextJani Nikula2021-11-222-4/+13
| |\|
| * | agp/intel-gtt: reduce intel-gtt dependencies moreJani Nikula2021-11-151-2/+1
| * | agp/intel-gtt: Replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-151-1/+4
| * | Merge drm/drm-next into drm-intel-nextJani Nikula2021-10-291-1/+4
| |\ \
| * \ \ Merge tag 'topic/drm-dp-training-delay-helpers-2021-10-19' of git://anongit.f...Jani Nikula2021-10-191-2/+19
| |\ \ \
* | \ \ \ Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-182-3/+5
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/d...Dave Airlie2021-11-111-2/+1
| |\ \ \ \
| | * | | | drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe2021-11-051-2/+1
| * | | | | Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-11-052-2/+12
| |\| | | | | | |_|_|/ | |/| | |
| * | | | drm: Update MST First Link Slot Information Based on Encoding FormatBhawanpreet Lakha2021-10-251-1/+4
| | |/ / | |/| |
* | | | drm/dp, drm/i915: Add support for VESA backlights using PWM for brightness co...Lyude Paul2021-11-171-3/+4
* | | | drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann2021-11-151-28/+41
* | | | drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann2021-11-151-0/+120
* | | | drm/shmem-helper: Unexport drm_gem_shmem_create_with_handle()Thomas Zimmermann2021-11-151-5/+0
* | | | drm: Clarify semantics of struct drm_mode_config.{min, max}_{width, height}Thomas Zimmermann2021-11-111-0/+13
* | | | drm/simpledrm: Support virtual screen sizesThomas Zimmermann2021-11-111-0/+18
* | | | drm/format-helper: Streamline blit-helper interfaceThomas Zimmermann2021-11-111-7/+3
* | | | drm/format-helper: Rework format-helper conversion functionsThomas Zimmermann2021-11-111-15/+15
* | | | drm/format-helper: Add destination-buffer pitch to drm_fb_swab()Thomas Zimmermann2021-11-111-2/+3
* | | | drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann2021-11-111-5/+4
* | | | drm/format-helper: Export drm_fb_clip_offset()Thomas Zimmermann2021-11-111-0/+4
* | | | drm: Update documentation and TODO of gem_prime_mmap hookThomas Zimmermann2021-11-111-4/+7
* | | | drm/probe-helper: add drm_kms_helper_connector_hotplug_eventSimon Ser2021-11-021-0/+1
* | | | drm/sysfs: introduce drm_sysfs_connector_hotplug_eventSimon Ser2021-11-021-0/+1
* | | | drm/sched: Avoid lockdep spalt on killing a processesAndrey Grodzovsky2021-11-011-1/+11
* | | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-10-258-35/+138
|\| | |
| * | | Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie2021-10-113-1/+44
| |\ \ \
| | * | | drm/i915/pxp: Define PXP component interfaceDaniele Ceraolo Spurio2021-10-042-0/+43