summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Pass intel_connector to intel_attached_*()Ville Syrjälä2020-01-139-54/+54
* drm/i915: Bump up CDCLK to eliminate underruns on TGLStanislav Lisovskiy2020-01-131-0/+12
* drm/i915/pmu: Do not use colons or dashes in PMU namesTvrtko Ursulin2020-01-131-3/+8
* drm/i915: Correct typo in i915_vma_compress_finish stubChris Wilson2020-01-111-2/+3
* drm/i915/uc: Add sanitize to to intel_uc_opsMichal Wajdeczko2020-01-112-9/+4
* drm/i915/uc: Add init/fini to to intel_uc_opsMichal Wajdeczko2020-01-112-6/+10
* drm/i915/uc: Add init_fw/fini_fw to to intel_uc_opsMichal Wajdeczko2020-01-112-6/+10
* drm/i915/uc: Add ops to intel_ucMichal Wajdeczko2020-01-112-12/+54
* drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutexChris Wilson2020-01-102-23/+19
* drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block (v3)Vivek Kasireddy2020-01-102-2/+100
* drm/i915: Drop request list from error stateChris Wilson2020-01-102-70/+8
* drm/i915: Drop the shadow ring state from the error captureChris Wilson2020-01-102-9/+0
* drm/i915: Drop the shadow w/a batch bufferChris Wilson2020-01-101-2/+0
* drm/i915: Start chopping up the GPU error captureChris Wilson2020-01-1011-673/+877
* drm/i915/gt: Mark ring->vma as active while pinnedChris Wilson2020-01-101-3/+28
* drm/i915/gt: Mark context->state vma as active while pinnedChris Wilson2020-01-101-0/+9
* drm/i915/gt: Skip trying to unbind in restore_ggtt_mappingsChris Wilson2020-01-101-5/+2
* drm/i915/uncore: use new struct drm_device based macros.Wambui Karuga2020-01-101-12/+13
* drm/i915/sideband: convert to using new struct drm_device logging macrosWambui Karuga2020-01-101-12/+17
* drm/i915/lmem: use new struct drm_device based logging macros.Wambui Karuga2020-01-101-4/+6
* drm/i915/pm: use new struct drm_device logging macros.Wambui Karuga2020-01-101-157/+194
* drm/i915/pch: convert to using the drm_dbg_kms() macro.Wambui Karuga2020-01-101-22/+24
* drm/i915/gtt: add missing include file asm/smp.hChen Zhou2020-01-091-0/+1
* drm/i915: Pass cpu_transcoder to assert_pipe_disabled() alwaysVille Syrjälä2020-01-092-3/+3
* drm/i915: Fix MST disable sequenceVille Syrjälä2020-01-091-10/+12
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2020-01-09751-13476/+27834
|\
| * drm/mgag200: Add module parameter to pin all buffers at offset 0Thomas Zimmermann2020-01-071-0/+14
| * drm/vram-helper: Support struct drm_driver.gem_create_objectThomas Zimmermann2020-01-071-3/+12
| * drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann2020-01-075-17/+13
| * drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann2020-01-075-15/+10
| * drm/bridge: Add the necessary bits to support bus format negotiationBoris Brezillon2020-01-071-1/+266
| * drm/bridge: Add an ->atomic_check() hookBoris Brezillon2020-01-072-6/+68
| * drm/bridge: Patch atomic hooks to take a drm_bridge_stateBoris Brezillon2020-01-073-32/+78
| * drm/bridge: Add a drm_bridge_state objectBoris Brezillon2020-01-073-6/+192
| * Revert "drm: atmel-hlcdc: enable sys_clk during initalization."Claudiu Beznea2020-01-061-18/+1
| * drm: atmel-hlcdc: prefer a lower pixel-clock than requestedPeter Rosin2020-01-061-2/+2
| * drm: atmel-hlcdc: enable clock before configuring timing engineClaudiu Beznea2020-01-061-1/+7
| * drm: atmel-hlcdc: use double rate for pixel clock only if supportedClaudiu Beznea2020-01-061-3/+3
| * drm/bridge: cdns: remove set but not used variable 'nlanes'yu kuai2020-01-061-2/+1
| * drm/bridge: cdns: remove set but not used variable 'bpp'yu kuai2020-01-061-2/+1
| * drm: meson: Remove unneeded semicolonzhengbin2020-01-062-2/+2
| * drm: bridge: dw-hdmi: constify copied structureJulia Lawall2020-01-061-1/+1
| * drm/hisilicon/hibmc: Export VRAM MM information to debugfsThomas Zimmermann2020-01-061-0/+1
| * drm/hisilicon/hibmc: Implement hibmc_dumb_create() with generic helpersThomas Zimmermann2020-01-062-50/+2
| * drm/vram: Support scanline alignment for dumb buffersThomas Zimmermann2020-01-062-4/+11
| * drm/hisilicon/hibmc: Replace struct hibmc_framebuffer with generic codeThomas Zimmermann2020-01-063-81/+3
| * drm/hisilicon/hibmc: Switch to generic fbdev emulationThomas Zimmermann2020-01-064-255/+3
| * drm: rockchip: rk3066_hdmi: set edid fifo addressNickey Yang2020-01-061-0/+3
| * drm/rockchip: lvds: Add PX30 supportMiquel Raynal2020-01-062-0/+157
| * Merge drm/drm-next into drm-misc-nextMaarten Lankhorst2020-01-061013-28852/+67158
| |\