summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-2659-76/+214
* drm/bridge: Add connector-related bridge operations and dataLaurent Pinchart2020-02-261-1/+200
* drm/bridge: Improve overview documentationLaurent Pinchart2020-02-261-25/+76
* drm/edid: Add flag to drm_display_info to identify HDMI sinksLaurent Pinchart2020-02-261-0/+6
* drm/connector: Add helper to get a connector type nameLaurent Pinchart2020-02-261-0/+15
* video: hdmi: Change return type of hdmi_avi_infoframe_init() to voidLaurent Pinchart2020-02-261-4/+1
* drm/panfrost: Add support for multiple power domainsNicolas Boichat2020-02-253-8/+102
* drm/panfrost: Add support for multiple regulatorsNicolas Boichat2020-02-253-18/+51
* drm/panfrost: Improve error reporting in panfrost_gpu_power_onNicolas Boichat2020-02-251-4/+7
* drm/bridge: panel: Propagate bus format/flagsBoris Brezillon2020-02-251-0/+4
* drm/bridge: lvds-codec: Constify the drm_bridge_funcs structureLaurent Pinchart2020-02-251-1/+1
* drm/bridge: lvds-codec: Add to_lvds_codec() functionLaurent Pinchart2020-02-251-6/+8
* drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh2020-02-253-16/+16
* drm/virtio: track whether or not a context has been initiatedGurchetan Singh2020-02-253-0/+13
* drm/virtio: factor out context create hypercallGurchetan Singh2020-02-253-20/+21
* drm/virtio: use consistent names for drm_filesGurchetan Singh2020-02-251-10/+10
* drm/panel: ld9040: add MODULE_DEVICE_TABLE with SPI IDsMarek Szyprowski2020-02-221-0/+6
* drm/panel: simple: fix osd070t1718_19ts sync drive edgeTomi Valkeinen2020-02-221-1/+2
* drm/sun4i: tcon: Support LVDS on the A33Maxime Ripard2020-02-211-0/+1
* drm/bridge: analogix-anx6345: Avoid duplicate -supply suffixTorsten Duwe2020-02-211-2/+2
* drm/bridge: analogix-anx78xx: Fix drm_dp_link helper removalTorsten Duwe2020-02-211-3/+2
* drm/sun4i: tcon: Support LVDS output on Allwinner A20Andrey Lebedev2020-02-202-1/+46
* drm/sun4i: tcon: Separate quirks for tcon0 and tcon1 on A20Andrey Lebedev2020-02-201-0/+2
* drm/sun4i: tcon: Introduce LVDS setup routine settingAndrey Lebedev2020-02-202-32/+38
* drm/sun4i: dsi: Avoid hotplug race with DRM driver bindSamuel Holland2020-02-191-1/+1
* drm/bridge: Fix the bridge kernel docBoris Brezillon2020-02-181-2/+3
* drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann2020-02-175-9/+9
* drm/virtio: batch display queryGerd Hoffmann2020-02-172-2/+2
* drm/virtio: batch resource creationGerd Hoffmann2020-02-172-3/+1
* drm/virtio: batch plane updates (pageflip)Gerd Hoffmann2020-02-174-4/+6
* drm/virtio: notify before waitingGerd Hoffmann2020-02-171-0/+1
* drm/virtio: rework notification for better batchingGerd Hoffmann2020-02-173-27/+33
* Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2020-02-17832-20803/+39635
|\
| * Merge tag 'drm-intel-next-fixes-2020-02-13' of git://anongit.freedesktop.org/...Dave Airlie2020-02-1426-178/+990
| |\
| | * drm/i915: Mark the removal of the i915_request from the sched.linkChris Wilson2020-02-121-0/+2
| | * drm/i915/execlists: Reclaim the hanging virtual requestChris Wilson2020-02-122-0/+185
| | * drm/i915/execlists: Take a reference while capturing the guilty requestChris Wilson2020-02-122-10/+32
| | * drm/i915/execlists: Offline error captureChris Wilson2020-02-121-2/+120
| | * drm/i915/gt: Allow temporary suspension of inflight requestsChris Wilson2020-02-125-6/+321
| | * drm/i915: Keep track of request among the scheduling listsChris Wilson2020-02-124-18/+38
| | * Merge tag 'gvt-fixes-2020-02-12' of https://github.com/intel/gvt-linux into d...Jani Nikula2020-02-122-2/+6
| | |\
| | | * drm/i915/gvt: more locking for ppgtt mm LRU listIgor Druzhinin2020-02-101-0/+4
| | | * drm/i915/gvt: fix high-order allocation failure on late loadIgor Druzhinin2020-02-101-2/+2
| | * | drm/i915/gem: Tighten checks and acquiring the mmap objectChris Wilson2020-02-122-30/+21
| | * | drm/i915: Fix preallocated barrier list appendJosé Roberto de Souza2020-02-121-9/+10
| | * | drm/i915/gt: Acquire ce->active before ce->pin_count/ce->pin_mutexChris Wilson2020-02-122-21/+31
| | * | drm/i915: Tighten atomicity of i915_active_acquire vs i915_active_releaseChris Wilson2020-02-121-7/+9
| | * | drm/i915: Stub out i915_gpu_coredump_putChris Wilson2020-02-121-0/+4
| | * | drm/i915: Check activity on i915_vma after confirming pin_count==0Chris Wilson2020-02-111-2/+12
| | * | drm/i915/gem: Detect overflow in calculating dumb buffer sizeChris Wilson2020-02-111-1/+4