summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
* drm: fix trivial field description cut-and-paste errorLinus Torvalds2020-05-111-1/+1
* drm/bridge: analogix_dp: Split bind() into probe() and real bind()Marek Szyprowski2020-04-091-2/+3
* drm/legacy: Fix type for drm_local_map.offsetChris Wilson2020-04-091-1/+1
* Merge branch 'ttm-transhuge' of git://people.freedesktop.org/~thomash/linux i...Dave Airlie2020-04-032-1/+11
|\
| * drm: Add a drm_get_unmapped_area() helperThomas Hellstrom (VMware)2020-03-241-0/+9
| * drm/ttm, drm/vmwgfx: Support huge TTM pagefaultsThomas Hellstrom (VMware)2020-03-241-1/+2
* | Merge v5.6 into drm-nextDave Airlie2020-03-311-2/+2
|\ \ | |/ |/|
| * drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth checksLyude Paul2020-03-121-2/+2
* | Merge tag 'amd-drm-next-5.7-2020-03-19' of git://people.freedesktop.org/~agd5...Dave Airlie2020-03-201-3/+6
|\ \
| * | drm/sched: implement and export drm_sched_pick_bestNirmoy Das2020-03-161-0/+3
| * | Revert "drm/scheduler: improve job distribution with multiple queues"changzhu2020-03-161-3/+3
* | | Merge tag 'drm-misc-next-2020-03-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-195-7/+34
|\ \ \
| * | | drm/mm: Allow drm_mm_initialized() to be used outside of the locksChris Wilson2020-03-161-1/+1
| * | | drm/dp_mst: Convert drm_dp_mst_topology_mgr.is_waiting_for_dwn_reply to bitfieldLyude Paul2020-03-131-5/+5
| * | | drm/dp_mst: Remove register_connector callbackPankaj Bharadiya2020-03-111-1/+0
| * | | drm/edid: Add function to parse EDID descriptors for monitor rangeManasi Navare2020-03-111-0/+22
| * | | drm/edid: Name the detailed monitor range flagsManasi Navare2020-03-111-0/+5
| * | | drm/bridge: synopsys: dw-hdmi: allow ycbcr420 modes for >= 0x200aNeil Armstrong2020-03-101-0/+1
* | | | Merge tag 'drm-intel-next-2020-03-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-03-192-4/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED panelLyude Paul2020-03-031-0/+10
| * | | drm/dp: Introduce EDID-based quirksLyude Paul2020-03-031-3/+8
| * | | drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula2020-02-271-1/+0
| * | | Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-02-2119-57/+393
| |\ \ \
* | \ \ \ Merge tag 'amd-drm-next-5.7-2020-03-10' of git://people.freedesktop.org/~agd5...Dave Airlie2020-03-131-0/+4
|\ \ \ \ \
| * | | | | drm/scheduler: implement a function to modify sched listNirmoy Das2020-03-091-0/+4
* | | | | | Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-125-41/+11
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | drm/pci: Unexport drm_get_pci_devDaniel Vetter2020-03-061-11/+0
| * | | | | drm/fb-helper: Remove drm_fb_helper add, add_all and remove connector functionsPankaj Bharadiya2020-03-061-21/+0
| * | | | | drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya2020-03-061-4/+2
| * | | | | drm/bridge/mhl.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-061-2/+2
| * | | | | drm/hdcp: fix DRM_HDCP_2_KSV_COUNT_2_LSBITSRamalingam C2020-03-041-1/+1
| * | | | | drm/hdcp: optimizing the srm handlingRamalingam C2020-03-041-2/+2
| * | | | | drm/simple-kms: Add drm_simple_encoder_{init,create}()Thomas Zimmermann2020-03-021-0/+4
| |/ / / /
* | | | | Merge v5.6-rc5 into drm-nextDave Airlie2020-03-111-0/+5
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | drm/shmem: add support for per object caching flags.Gerd Hoffmann2020-02-271-0/+5
| |/ /
* | | drm: Add helper to create a connector for a chain of bridgesLaurent Pinchart2020-02-261-0/+18
* | | drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-261-3/+17
* | | drm/bridge: Add interlace_allowed flag to drm_bridgeLaurent Pinchart2020-02-261-0/+5
* | | drm/bridge: Add connector-related bridge operations and dataLaurent Pinchart2020-02-261-1/+191
* | | drm/bridge: Fix atomic state ops documentationLaurent Pinchart2020-02-261-6/+14
* | | drm/bridge: Document the drm_encoder.bridge_chain field as privateLaurent Pinchart2020-02-261-1/+2
* | | drm/edid: Add flag to drm_display_info to identify HDMI sinksLaurent Pinchart2020-02-261-0/+8
* | | drm/connector: Add helper to get a connector type nameLaurent Pinchart2020-02-261-0/+1
* | | drm/bridge: Fix the bridge kernel docBoris Brezillon2020-02-182-8/+9
* | | Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2020-02-176-19/+158
|\| |
| * | drm/amdgpu: fix doc by clarifying sched_list definitionNirmoy Das2020-01-271-2/+3
| * | Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-201-0/+6
| |\ \
| | * | drm/dp_mst: Have DP_Tx send one msg at a timeWayne Lin2020-01-151-0/+6
| * | | Merge tag 'amd-drm-next-5.6-2020-01-17' of git://people.freedesktop.org/~agd5...Dave Airlie2020-01-181-8/+8
| |\ \ \
| | * | | drm/scheduler: fix documentation by replacing rq_list with sched_listNirmoy Das2020-01-161-5/+5