summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-12drm/nouveau/tmr: handle races with hw when updating the next alarm timeBen Skeggs1-10/+16
2017-05-12drm/nouveau/tmr: ack interrupt before processing alarmsBen Skeggs1-1/+1
2017-05-12drm/nouveau/core: fix static checker warningBen Skeggs1-1/+1
2017-05-12drm/nouveau/fb/ram/gf100-: remove 0x10f200 readBen Skeggs1-1/+0
2017-05-12drm/nouveau/kms/nv50: skip core channel cursor update on position-only changesBen Skeggs1-3/+7
2017-05-12drm/nouveau/kms/nv50: fix source-rect-only plane updatesBen Skeggs1-5/+3
2017-05-12drm/nouveau/kms/nv50: remove pointless argument to window atomic_check_acquire()Ben Skeggs1-7/+6
2017-04-29drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detectionMario Kleiner1-1/+1
2017-04-29drm/nouveau/secboot/gm20b: fix the error return code in gm20b_secboot_tegra_r...Wei Yongjun1-1/+1
2017-04-29drm/nouveau/kms: Increase max retries in scanout position queries.Mario Kleiner1-1/+1
2017-04-29drm/nouveau/bios/bitP: check that table is long enough for optional pointersBen Skeggs5-5/+5
2017-04-29drm/nouveau/fifo/nv40: no ctxsw for pre-nv44 mpeg engineIlia Mirkin1-0/+2
2017-04-06drm/nouveau/gpio: enable interrupts on cards with 32 gpio linesAdam Borowski1-1/+1
2017-04-06drm/nouveau/gr/gp107: initial supportBen Skeggs9-8/+120
2017-04-06drm/nouveau/core: recognise GP10B chipsetAlexandre Courbot1-0/+24
2017-04-06drm/nouveau/platform: support for probing GP10BAlexandre Courbot1-0/+10
2017-04-06drm/nouveau/platform: make VDD regulator optionalAlexandre Courbot3-9/+28
2017-04-06drm/nouveau/gr: support for GP10BAlexandre Courbot6-2/+77
2017-04-06drm/nouveau/ibus: add GP10B supportAlexandre Courbot3-0/+61
2017-04-06drm/nouveau/mc: add GP10B supportAlexandre Courbot5-5/+69
2017-04-06drm/nouveau/fb: add GP10B supportAlexandre Courbot3-0/+40
2017-04-06drm/nouveau/fifo: add GP10B supportAlexandre Courbot5-1/+45
2017-04-06drm/nouveau/msgqueue: support for GP10B PMU firmwareAlexandre Courbot3-0/+117
2017-04-06drm/nouveau/secboot: add GP10B supportAlexandre Courbot3-0/+95
2017-04-06drm/nouveau/secboot/gm20b: specify MC base address as argumentAlexandre Courbot2-8/+12
2017-04-06drm/nouveau/secboot: start LS firmware in post-run hookAlexandre Courbot2-49/+47
2017-04-06drm/nouveau/secboot: let LS post_run hooks return errorAlexandre Courbot4-10/+26
2017-04-06drm/nouveau/secboot: pass instance to LS firmware loadersAlexandre Courbot12-39/+44
2017-04-06drm/nouveau/secboot: allow to boot multiple falconsAlexandre Courbot8-28/+54
2017-04-06drm/nouveau/imem/gk20a: Turn instmem lock into mutexThierry Reding1-11/+8
2017-04-06drm/nouveau: initial support (display-only) for GP107Ben Skeggs1-0/+30
2017-04-06drm/nouveau/kms/nv50: fix double dma_fence_put() when destroying plane stateBen Skeggs1-2/+0
2017-04-06drm/nouveau/kms/nv50: fix setting of HeadSetRasterVertBlankDmi methodBen Skeggs1-3/+5
2017-04-06drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 oneIlia Mirkin1-1/+1
2017-04-06drm/nouveau/mpeg: mthd returns true on success nowIlia Mirkin2-2/+2
2017-04-05Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie30-565/+1109
2017-04-04drm: rcar-du: Add HDMI outputs to R8A7795 device descriptionKoji Matsuoka2-3/+13
2017-04-04drm: rcar-du: Add DPLL supportKoji Matsuoka4-1/+105
2017-04-04drm: rcar-du: Skip disabled outputsLaurent Pinchart1-0/+7
2017-04-04drm: rcar-du: Add Gen3 HDMI encoder supportKoji Matsuoka3-0/+108
2017-04-04dt-bindings: display: renesas: Add R-Car Gen3 HDMI TX DT bindingsLaurent Pinchart2-0/+76
2017-04-04drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONELaurent Pinchart5-82/+11
2017-04-04drm: rcar-du: Replace manual bridge implementation with DRM bridgeLaurent Pinchart8-331/+60
2017-04-04drm: rcar-du: Add support for LVDS mode selectionLaurent Pinchart3-2/+49
2017-04-04drm: rcar-du: Use the DRM panel APILaurent Pinchart4-44/+50
2017-04-04drm: rcar-du: Document the vsps property in the DT bindingsLaurent Pinchart1-0/+3
2017-04-04drm: rcar-du: Remove wait field from rcar_du_device structureLaurent Pinchart2-7/+0
2017-04-04drm: rcar-du: Make sure the VSP is initialized on platforms that need itJacopo Mondi1-1/+1
2017-04-04drm: rcar-du: Use DRM core's atomic commit helperLaurent Pinchart1-90/+9
2017-04-04drm: rcar-du: Clear handled event pointer in CRTC stateLaurent Pinchart1-3/+3