summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* drm/msm/mdp5: Remove redundant zpos initialisationMaxime Ripard2022-02-251-8/+8
* drm/object: Add default zpos value at resetDave Stevenson2022-02-251-0/+11
* drm/object: Add drm_object_property_get_default_value() functionDave Stevenson2022-02-251-10/+43
* drm/omap: plane: Fix zpos initial value mismatchMaxime Ripard2022-02-251-1/+11
* drm: of: Lookup if child node has panel or bridgeJagan Teki2022-02-251-0/+17
* drm/stm: ltdc: add support for CRC hashing featureRaphael Gallais-Pou2022-02-252-3/+104
* drm/stm: Avoid using val uninitialized in ltdc_set_ycbcr_config()Nathan Chancellor2022-02-251-1/+2
* drm/dp: Fix OOB read when handling Post Cursor2 registerKees Cook2022-02-252-11/+10
* drm/nouveau: Remove the unused header file nvif/list.hCai Huoqing2022-02-241-353/+0
* drm/repaper: Use format helper for xrgb8888 to monochrome conversionJavier Martinez Canillas2022-02-241-23/+1
* drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD pa...Hans de Goede2022-02-231-0/+3
* drm/selftests: add drm buddy pathological testcaseArunpravin2022-02-232-0/+131
* drm/selftests: add drm buddy smoke testcaseArunpravin2022-02-232-0/+140
* drm/selftests: add drm buddy pessimistic testcaseArunpravin2022-02-232-0/+148
* drm/selftests: add drm buddy optimistic testcaseArunpravin2022-02-232-0/+81
* drm/selftests: add drm buddy alloc range testcaseArunpravin2022-02-235-5/+414
* drm/selftests: add drm buddy alloc limit testcaseArunpravin2022-02-232-0/+60
* drm/selftests: Move i915 buddy selftests into drmArunpravin2022-02-234-1/+61
* drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu2022-02-237-14/+17
* drm: implement a method to free unused pagesArunpravin2022-02-222-0/+79
* drm: implement top-down allocation methodArunpravin2022-02-222-5/+34
* drm: improve drm_buddy_alloc functionArunpravin2022-02-223-111/+250
* drm/vc4: Use drm_mode_copy()Ville Syrjälä2022-02-211-3/+2
* drm/panel: nt35560: Support also ACX424AKMLinus Walleij2022-02-211-3/+69
* drm/panel: nt35560: Support more panel IDsLinus Walleij2022-02-211-3/+5
* drm/panel: Rename Sony ACX424 to Novatek NT35560Linus Walleij2022-02-213-118/+122
* drm/panel-edp: Add eDP sharp panel supportSankeerth Billakanti2022-02-161-0/+44
* fbdev: Don't sort deferred-I/O pages by defaultThomas Zimmermann2022-02-165-7/+21
* fbdev/defio: Early-out if page is already enlistedThomas Zimmermann2022-02-161-9/+17
* drm/solomon: Add SSD130x OLED displays I2C supportJavier Martinez Canillas2022-02-163-0/+126
* drm: Add driver for Solomon SSD130x OLED displaysJavier Martinez Canillas2022-02-166-0/+935
* drm/format-helper: Add drm_fb_xrgb8888_to_mono_reversed()Javier Martinez Canillas2022-02-161-0/+110
* drm/format-helper: Add drm_fb_xrgb8888_to_gray8_line()Javier Martinez Canillas2022-02-161-12/+19
* drm/modes: Fix drm_mode_copy() docsVille Syrjälä2022-02-161-1/+1
* drm/vc4: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)2022-02-161-6/+1
* drm/panel-edp: Allow querying the detected panel via debugfsDouglas Anderson2022-02-151-5/+32
* drm: Plumb debugfs_init through to panelsDouglas Anderson2022-02-153-0/+30
* drm/bridge: ti-sn65dsi86: Use drm_bridge_connectorDouglas Anderson2022-02-151-58/+14
* drm/radeon: remove resource accounting v2Christian König2022-02-155-52/+12
* drm/bridge: anx7625: Fix overflow issue on reading EDIDPin-Yen Lin2022-02-141-1/+2
* drm/amdgpu: remove VRAM accounting v2Christian König2022-02-147-46/+32
* drm/amdgpu: remove PL_PREEMPT accountingChristian König2022-02-142-63/+6
* drm/amdgpu: remove GTT accounting v2Christian König2022-02-144-45/+16
* drm/sprd: check the platform_get_resource() return valueKevin Tang2022-02-142-0/+10
* drm/sprd: fix potential NULL dereferenceKevin Tang2022-02-141-1/+1
* drm/sprd: remove the selected DRM_KMS_CMA_HELPER in kconfigKevin Tang2022-02-141-1/+0
* drm/ttm: add common accounting to the resource mgr v3Christian König2022-02-141-0/+30
* drm/ttm: fix resource manager size type and descriptionChristian König2022-02-141-3/+3
* drm/bridge: anx7625: Support reading edid through aux channelHsin-Yi Wang2022-02-143-18/+105
* drm/bridge: anx7625: Convert to use devm_kzallocHsin-Yi Wang2022-02-141-7/+3