summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/qxl: fix qxl can't use in arm64Cong Liu2022-03-252-4/+4
* drm/virtio: Remove restriction of non-zero blob_flagsRob Clark2022-03-251-2/+1
* drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modesLiu Zixian2022-03-251-0/+2
* drm/vc4: hdmi: Support HDMI YUV outputMaxime Ripard2022-03-244-16/+311
* drm/vc4: hdmi: Always try to have the highest bpcMaxime Ripard2022-03-242-5/+43
* drm/vc4: hdmi: Take bpp into account for the scramblerMaxime Ripard2022-03-242-4/+17
* drm/vc4: hdmi: Take the sink maximum TMDS clock into accountMaxime Ripard2022-03-241-0/+6
* drm/vc4: hdmi: Move clock calculation into its own functionMaxime Ripard2022-03-241-15/+37
* drm/vc4: hdmi: Move clock validation to its own functionMaxime Ripard2022-03-241-11/+15
* drm/vc4: hdmi: Rename pixel_rate variableMaxime Ripard2022-03-243-22/+22
* drm/bridge: it6505: Fix build errorYueHaibing2022-03-241-0/+1
* dma-buf: add dma_resv_replace_fences v2Christian König2022-03-241-42/+7
* drm/etnaviv: stop using dma_resv_excl_fence v2Christian König2022-03-243-29/+14
* drm: bridge: it66121: Add audio supportNicolas Belin2022-03-241-0/+627
* drm: bridge: it66121: Fix the register page lengthNicolas Belin2022-03-241-1/+1
* drm/gma500: Add crtc prefix to vblank functionsPatrik Jakobsson2022-03-233-9/+9
* drm/gma500: Declare a few functions staticPatrik Jakobsson2022-03-232-9/+8
* drm/gma500: Free the correct connector allocationPatrik Jakobsson2022-03-236-6/+13
* drm/gma500: gma500 don't register non-hotpluggable connectorsPatrik Jakobsson2022-03-238-16/+0
* drm/gma500: Make use of the drm connector iteratorPatrik Jakobsson2022-03-239-42/+84
* drm/gma500: Uninstall interrupts on driver removalPatrik Jakobsson2022-03-231-0/+2
* drm/gma500: Use managed drmm_mode_config_init()Patrik Jakobsson2022-03-231-2/+2
* drm/tilcdc: Use drm_mode_copy()Ville Syrjälä2022-03-211-1/+1
* drm/gma500: Use drm_mode_copy()Ville Syrjälä2022-03-211-6/+2
* drm/vmwgfx: Disable command buffers on svga3 without gbobjectsZack Rusin2022-03-211-4/+7
* drm/vmwgfx: validate the screen formatsZack Rusin2022-03-212-15/+16
* drm/vmwgfx: Fix mob cursor allocation raceZack Rusin2022-03-211-0/+8
* drm/vmwgfx: Fix an invalid readZack Rusin2022-03-211-8/+6
* drm/panel-edp: add LQ140M1JW46 edp panel entrySankeerth Billakanti2022-03-171-0/+1
* drm/gma500: Cosmetic cleanup of irq codePatrik Jakobsson2022-03-177-92/+57
* drm/gma500: Don't store crtc_funcs in psb_opsPatrik Jakobsson2022-03-175-6/+1
* drm/gma500: Move gma_intel_crtc_funcs into gma_display.cPatrik Jakobsson2022-03-177-25/+17
* drm/gma500: Remove unused declarations and other cruftPatrik Jakobsson2022-03-171-74/+1
* drm/vc4: add tracepoints for CL submissionsMelissa Wen2022-03-173-0/+107
* drm/ssd130x: Reduce temporary buffer sizesGeert Uytterhoeven2022-03-171-3/+6
* drm/ssd130x: Fix rectangle updatesGeert Uytterhoeven2022-03-171-4/+11
* drm/format-helper: Fix XRGB888 to monochrome conversionGeert Uytterhoeven2022-03-171-37/+18
* drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()Geert Uytterhoeven2022-03-173-18/+17
* drm/nouveau: Fix spelling mistake "endianess" -> "endianness"Colin Ian King2022-03-161-1/+1
* drm/gma500: Move GTT memory-range setup into helperThomas Zimmermann2022-03-161-89/+64
* drm/gma500: Move GTT enable and disable code into helpersThomas Zimmermann2022-03-161-35/+46
* drm/gma500: Move GEM memory management functions to gem.cThomas Zimmermann2022-03-166-130/+149
* drm/gma500: Inline psb_gtt_restore()Thomas Zimmermann2022-03-163-15/+7
* drm/gma500: Split GTT init/resume/fini into GTT and GEM functionsThomas Zimmermann2022-03-163-42/+83
* drm/gma500: Cleanup GTT uninit and error handlingThomas Zimmermann2022-03-164-27/+27
* drm/gma500: Move GTT resume logic out of psb_gtt_init()Thomas Zimmermann2022-03-163-22/+104
* drm/gma500: Move GTT setup and restoration into helper funtionsThomas Zimmermann2022-03-161-47/+68
* drm/gma500: Remove struct psb_gtt.sem sempahoreThomas Zimmermann2022-03-163-12/+0
* drm/gma500: Move GTT locking into GTT helpersThomas Zimmermann2022-03-162-22/+13
* drm/gma500: Acquire reservation lock for GEM objectsThomas Zimmermann2022-03-161-0/+12