summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | drm: Provide PCI module-init macrosThomas Zimmermann2022-01-191-0/+95
* | | | | | | drm: move the buddy allocator from i915 into common drmArunpravin2022-01-191-0/+150
* | | | | | | drm/dp: Move DisplayPort AUX bus helpers into dp/Thomas Zimmermann2022-01-171-0/+0
* | | | | | | drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann2022-01-174-2/+2
* | | | | | | drm/dp: note that DPCD 0x2002-0x2003 match 0x200-0x201Jani Nikula2022-01-111-5/+2
* | | | | | | drm/privacy_screen: Add drvdata in drm_privacy_screenRajat Jain2022-01-101-1/+12
* | | | | | | drm/plane: Fix typo in format_mod_supported documentationJosé Expósito2022-01-061-1/+1
* | | | | | | drm/bridge/synopsys: dsi: extend the prototype of mode_valid()Antonio Borneo2022-01-041-1/+3
* | | | | | | drm/dbi: Use a static inline stub for mipi_dbi_debugfs_init()Ville Syrjälä2021-12-221-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-12-161-3/+5
|\| | | | |
| * | | | | Merge tag 'drm-misc-next-2021-12-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-12-107-137/+168
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge tag 'drm-misc-next-2021-11-29' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2021-12-091-0/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | 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
| | |\ \ \ \ \
* | | | | | | | 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
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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
| |_|_|_|_|/ |/| | | | |
* | | | | | 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 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
|\| | |