summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* drm/ast: Set up release action right after enabling MMIOThomas Zimmermann2023-06-271-19/+19
* drm/ast: Enable and unlock device access early during initThomas Zimmermann2023-06-274-39/+30
* drm/ast: Set PCI config before accessing I/O registersThomas Zimmermann2023-06-273-7/+21
* drm/ast: Remove device POSTing and config from chip detectionThomas Zimmermann2023-06-271-27/+25
* drm/ast: Remove dead else branch in POST codeThomas Zimmermann2023-06-271-9/+3
* drm/ast: Implement register helpers in ast_drv.hThomas Zimmermann2023-06-272-38/+24
* drm/ast: Remove vga2_clone fieldThomas Zimmermann2023-06-272-2/+0
* drm/ast: Fix DRAM init on AST2200Thomas Zimmermann2023-06-271-1/+1
* drm/ttm: Don't shadow the operation contextThomas Hellström2023-06-271-2/+1
* fbdev: Make support for userspace interfaces configurableThomas Zimmermann2023-06-277-4/+72
* fbdev/core: Rework fb init codeThomas Zimmermann2023-06-274-33/+22
* fbdev/core: Move file-I/O code into separate fileThomas Zimmermann2023-06-274-473/+498
* fbdev/core: Move procfs code to separate fileThomas Zimmermann2023-06-274-43/+80
* fbdev/core: Add fb_device_{create,destroy}()Thomas Zimmermann2023-06-274-22/+52
* fbdev/core: Move framebuffer and backlight helpers into separate filesThomas Zimmermann2023-06-274-110/+115
* fbdev/core: Pass Linux device to pm_vt_switch_*() functionsThomas Zimmermann2023-06-271-3/+3
* fbdev/tdfxfb: Set i2c adapter parent to hardware deviceThomas Zimmermann2023-06-271-2/+2
* fbdev/smscufx: Detect registered fb_info from refcountThomas Zimmermann2023-06-271-2/+2
* fbdev/sm501fb: Output message with fb_err()Thomas Zimmermann2023-06-271-1/+1
* fbdev/sh7760fb: Use hardware device with dev_() output during probeThomas Zimmermann2023-06-271-3/+3
* fbdev/sh7760fb: Alloc DMA memory from hardware deviceThomas Zimmermann2023-06-271-4/+4
* fbdev/sh7760fb: Output messages with fb_dbg()Thomas Zimmermann2023-06-271-13/+13
* fbdev/sh7760fb: Use fb_dbg() in sh7760fb_get_color_info()Thomas Zimmermann2023-06-271-5/+5
* fbdev/rivafb: Use hardware device as backlight parentThomas Zimmermann2023-06-271-1/+1
* fbdev/rivafb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann2023-06-271-4/+4
* fbdev/radeonfb: Use hardware device as backlight parentThomas Zimmermann2023-06-271-1/+1
* fbdev/radeonfb: Reorder backlight and framebuffer cleanupThomas Zimmermann2023-06-271-2/+1
* fbdev/pxa168fb: Do not assign to struct fb_info.devThomas Zimmermann2023-06-271-1/+1
* fbdev/nvidiafb: Use hardware device as backlight parentThomas Zimmermann2023-06-271-1/+1
* fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann2023-06-271-4/+4
* fbdev/metronomefb: Use hardware device for dev_err()Thomas Zimmermann2023-06-271-1/+1
* fbdev/mb862xxfb: Output messages with fb_dbg()Thomas Zimmermann2023-06-271-5/+4
* fbdev/fsl-diu-fb: Output messages with fb_*() helpersThomas Zimmermann2023-06-271-13/+13
* fbdev/ep93xx-fb: Do not assign to struct fb_info.devThomas Zimmermann2023-06-271-1/+0
* fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()Thomas Zimmermann2023-06-271-6/+6
* fbdev/ep93xx-fb: Alloc DMA memory from hardware deviceThomas Zimmermann2023-06-271-4/+4
* fbdev/broadsheetfb: Call device_remove_file() with hardware deviceThomas Zimmermann2023-06-271-1/+1
* fbdev/aty128fb: Use hardware device as backlight parentThomas Zimmermann2023-06-271-1/+1
* fbdev/aty128fb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann2023-06-271-5/+5
* fbdev/atyfb: Use hardware device as backlight parentThomas Zimmermann2023-06-271-1/+1
* fbdev/atyfb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann2023-06-271-7/+9
* backlight/lv5207lp: Rename struct lv5207lp_platform_data.fbdev to 'dev'Thomas Zimmermann2023-06-273-3/+3
* backlight/lv5207lp: Compare against struct fb_info.deviceThomas Zimmermann2023-06-271-1/+1
* backlight/gpio_backlight: Rename field 'fbdev' to 'dev'Thomas Zimmermann2023-06-273-5/+5
* backlight/gpio_backlight: Compare against struct fb_info.deviceThomas Zimmermann2023-06-271-1/+1
* backlight/bd6107: Rename struct bd6107_platform_data.fbdev to 'dev'Thomas Zimmermann2023-06-272-2/+2
* backlight/bd6107: Compare against struct fb_info.deviceThomas Zimmermann2023-06-271-1/+1
* drm/bridge: dw-hdmi: remove dead code and fix indentationAdrián Larumbe2023-06-271-18/+4
* drm/bridge: dw-hdmi: truly enforce 420-only formats when drm mode demands itAdrián Larumbe2023-06-271-3/+4
* drm/bridge: dw-hdmi: change YUV420 selection logic at clock setupAdrián Larumbe2023-06-273-2/+10