summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-11-04228-2535/+6554
|\
| * drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König2020-10-2614-125/+103
| * drm/ttm: make num_pages uint32_tChristian König2020-10-263-8/+8
| * drm/ttm: move swapin out of page alloc backendChristian König2020-10-263-16/+8
| * drm/ttm: nuke ttm_tt_set_(un)populated againChristian König2020-10-266-13/+7
| * drm/komeda: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-10-231-12/+1
| * drm/ttm: remove overlapping memcpy supportDave Airlie2020-10-221-16/+3
| * drm/vc4: dsi: Only register our component once a DSI device is attachedMaxime Ripard2020-10-221-17/+8
| * drm: document that user-space should avoid parsing EDIDsSimon Ser2020-10-221-0/+5
| * drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie2020-10-227-12/+39
| * drm/ttm: ttm_bo_mem_placement doesn't need ctx parameter.Dave Airlie2020-10-221-5/+3
| * drm: Give irq_by_busid drm_legacy_ prefixDaniel Vetter2020-10-213-8/+8
| * drm/ttm: move last binding into the drivers.Dave Airlie2020-10-216-22/+23
| * drm/ttm: drop move notify around move.Dave Airlie2020-10-217-40/+78
| * drm/ttm: remove move to new and inline into remainging place.Dave Airlie2020-10-212-27/+9
| * drm/ttm: drop unbind callback.Dave Airlie2020-10-216-16/+0
| * drm/ttm: add move to system into driversDave Airlie2020-10-215-34/+26
| * drm/ttm: minor cleanup to move to systemDave Airlie2020-10-211-3/+1
| * drm/ttm: move some move binds into the driversDave Airlie2020-10-214-8/+21
| * drm/fourcc: Add AXBXGXRX106106106106 formatMatteo Franchin2020-10-201-0/+1
| * drm/komeda: Drop local dma_parmsRobin Murphy2020-10-202-4/+1
| * drm/vkms: fbdev emulation supportDaniel Vetter2020-10-201-0/+2
| * drm/ttm: drop ttm_bo_move_ttm wrapperDave Airlie2020-10-191-19/+0
| * drm/ttm: add move old to system to drivers.Dave Airlie2020-10-195-11/+42
| * drm/ttm: use new move interface for known system->ttm movesDave Airlie2020-10-194-4/+7
| * drm/ttm: split out the move to system from move ttm codeDave Airlie2020-10-191-14/+25
| * drm/ttm: refactor out common code to setup a new tt backed resourceDave Airlie2020-10-192-20/+26
| * drm: panel: add TDO tl070wsh30 panel driverNeil Armstrong2020-10-193-0/+262
| * drm/ttm: drop free old node wrapper.Dave Airlie2020-10-191-8/+3
| * drm/hisilicon: Use the same style of variable type in hibmc_drm_drvTian Tao2020-10-192-11/+10
| * drm/hisilicon: Use the same style of variable type in hibmc_drm_deTian Tao2020-10-191-30/+29
| * drm/via: reduce no need mutex_lock areaBernard Zhao2020-10-171-1/+1
| * drm/tve200: Fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-10-171-2/+2
| * drm/mcde: Fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-10-171-2/+2
| * drm/panel: simple: Add YTC700TLAG-05-201CJagan Teki2020-10-171-0/+29
| * drm/panel: st7703: Make jh057n00900_panel_desc staticJason Yan2020-10-171-1/+1
| * drm: bridge: adv7511: make adv7511_hdmi_hw_params() staticJason Yan2020-10-171-3/+3
| * drm/bridge: analogix_dp: make analogix_dp_start_aux_transaction() staticJason Yan2020-10-171-1/+1
| * drm/panel: simplify the return expression of rb070d30_panel_enable()Liu Shixin2020-10-171-6/+1
| * drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DPXin Ji2020-10-164-0/+2250
| * drm/bridge: lvds-codec: Add support for regulatorBiju Das2020-10-161-0/+29
| * drm/panel: rm68200: fix mode to 50fpsYannick Fertre2020-10-161-6/+6
| * drm/bridge: ti-sn65dsi86: remove redundant null checkXu Wang2020-10-161-2/+1
| * drm/bridge: ti-sn65dsi86: Add retries for link trainingDouglas Anderson2020-10-161-11/+29
| * drm/panel: mantix: Fix panel resetGuido Günther2020-10-161-7/+16
| * drm/panel: mantix: Don't dereference NULL modeGuido Günther2020-10-161-1/+1
| * drm/vkms: Switch to shmem helpersDaniel Vetter2020-10-158-327/+30
| * drm/vkms: Set preferred depth correctlyDaniel Vetter2020-10-151-1/+1
| * drm/dp_aux_dev: check aux_dev before use in drm_dp_aux_dev_get_by_minor()Zwane Mwaikambo2020-10-151-1/+1
| * drm/ttm: nuke caching placement flagsChristian König2020-10-1513-205/+61