summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2019-08-14drm/tegra: drop use of drmP.hSam Ravnborg15-16/+46
2019-08-14drm/i2c/tda998x: drop use of drmP.hSam Ravnborg1-1/+1
2019-08-14drm/bridge: dumb-vga-dac: Fix dereferencing -ENODEV DDC channelGeert Uytterhoeven1-3/+4
2019-08-14drm/bridge: dw-hdmi-i2s: add .get_eld supportJerome Brunet3-0/+13
2019-08-14drm/bridge: dw-hdmi-i2s: enable only the required i2s lanesJerome Brunet2-2/+19
2019-08-14drm/bridge: dw-hdmi-i2s: reset audio fifo before applying new paramsJerome Brunet2-2/+5
2019-08-14drm/bridge: dw-hdmi-i2s: set the channel allocationJerome Brunet1-0/+1
2019-08-14drm/bridge: dw-hdmi-i2s: enable lpcm multi channelsJerome Brunet1-1/+2
2019-08-14drm/bridge: dw-hdmi: set channel count in the infoframesJerome Brunet1-0/+4
2019-08-14drm/bridge: dw-hdmi: move audio channel setup out of ahbJerome Brunet2-16/+36
2019-08-14drm/bridge: dw-hdmi-i2s: support more i2s formatJerome Brunet2-5/+27
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König93-347/+347
2019-08-12drm/panfrost: Bump driver version to 1.1Rob Herring1-1/+6
2019-08-12drm/panfrost: Add support for GPU heap allocationsRob Herring5-17/+171
2019-08-12drm/panfrost: Convert MMU IRQ handler to threaded handlerRob Herring1-5/+15
2019-08-12drm/panfrost: Consolidate reset handlingRob Herring5-21/+22
2019-08-12drm/panfrost: Add a no execute flag for BO allocationsRob Herring4-10/+94
2019-08-12drm/panfrost: Split panfrost_mmu_map SG list mapping to its own functionRob Herring1-21/+31
2019-08-12drm/panfrost: Restructure the GEM object creationRob Herring2-38/+39
2019-08-12drm/shmem: Put pages independent of a SG table being setRob Herring1-2/+2
2019-08-12drm/gem: Allow sparsely populated page arrays in drm_gem_put_pagesRob Herring1-0/+3
2019-08-12drm: gm12u320: Add -ENODEV to list of errors to ignoreHans de Goede1-1/+1
2019-08-12drm: gm12u320: Do not take a mutex from a wait_event conditionHans de Goede1-12/+2
2019-08-12drm: gm12u320: Use DRM_DEV_ERROR everywhereHans de Goede1-7/+10
2019-08-12drm: gm12u320: Some minor cleanupsHans de Goede1-7/+4
2019-08-12drm/syncobj: Add better overview documentation for syncobj (v2)Jason Ekstrand1-11/+87
2019-08-12drm: Fix kerneldoc warns in connector-related docsSean Paul1-4/+6
2019-08-12drm/komeda: Fix potential integer overflow in komeda_crtc_update_clock_ratioGustavo A. R. Silva1-1/+1
2019-08-12drm: sun4i: Add support for enabling DDC I2C bus to sun8i_dw_hdmi glueOndrej Jirman2-4/+52
2019-08-10drm/panel: drop return code from drm_panel_detach()Sam Ravnborg2-7/+2
2019-08-10drm/panel: move drm_panel functions to .c fileSam Ravnborg1-0/+96
2019-08-10drm/panel: ili9322: move bus_flags to get_modes()Sam Ravnborg1-18/+16
2019-08-10drm/mxsfb: fix opencoded use of drm_panel_*Sam Ravnborg1-1/+1
2019-08-10drm/fsl-dcu: fix opencoded use of drm_panel_*Sam Ravnborg1-9/+1
2019-08-10drm/imx: fix opencoded use of drm_panel_*Sam Ravnborg2-14/+8
2019-08-10drm/bridge: tc358767: fix opencoded use of drm_panel_*Sam Ravnborg1-6/+4
2019-08-10dma-buf: further relax reservation_object_add_shared_fenceChristian König1-6/+1
2019-08-10drm/i915: use new reservation_object_fences helperChristian König1-17/+7
2019-08-09drm: meson: venc: set the correct macrovision max amplitude valueJulien Masson1-2/+2
2019-08-09drm: meson: add macro used to enable HDMI PLLJulien Masson1-1/+2
2019-08-09drm: meson: global clean-upJulien Masson5-26/+33
2019-08-09drm: meson: venc: use proper macros instead of magic constantsJulien Masson3-32/+177
2019-08-09drm: meson: viu: use proper macros instead of magic constantsJulien Masson3-39/+72
2019-08-09drm: meson: vpp: use proper macros instead of magic constantsJulien Masson2-9/+24
2019-08-09drm: meson: drv: use macro when initializing vpuJulien Masson2-4/+23
2019-08-09drm: meson: crtc: use proper macros instead of magic constantsJulien Masson2-6/+27
2019-08-09drm: meson: mask value when writing bits relaxedJulien Masson1-1/+1
2019-08-09drm/panel: simple: Support TI nspire panelsLinus Walleij1-0/+64
2019-08-09drm/pl111: Support grayscaleLinus Walleij1-2/+27
2019-08-09drm/panfrost: Add madvise and shrinker supportRob Herring7-2/+158