Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
90aca4d2740255bd130ea71a91530b9920c70abe
/
drivers
/
gpu
/
drm
/
nouveau
3595be7
Merge branch 'v2.6.34-rc2' into drm-linus
by Dave Airlie
· 15 years ago
a19a6ee
backlight: Allow properties to be passed at registration
by Matthew Garrett
· 15 years ago
d5e5ded
Merge remote branch 'nouveau/for-airlied' into drm-linus
by Dave Airlie
· 15 years ago
f405350
drm/nouveau: add module option to disable TV detection
by Ben Skeggs
· 15 years ago
965cf68
drm/nouveau: Never evict VRAM buffers to system.
by Francisco Jerez
· 15 years ago
d544d62
drm/nv50: fix connector table parsing for some cards
by Ben Skeggs
· 15 years ago
ce48fa9
drm/nv50: add a memory barrier to pushbuf submission
by Maarten Maathuis
· 15 years ago
81441570
drm/nouveau: print a message very early during suspend
by Maarten Maathuis
· 15 years ago
e5ec882
drm/nv04-nv40: Fix up the programmed horizontal sync pulse delay.
by Francisco Jerez
· 15 years ago
53c44c3
drm/nouveau: Gigabyte NX85T connector table lies, it has DVI-I not HDMI
by Ben Skeggs
· 15 years ago
da647d5
drm/nouveau: add option to allow override of dcb connector table types
by Ben Skeggs
· 15 years ago
304424e
drm/nv50: Improve PGRAPH interrupt handling.
by Marcin Kościelnicki
· 15 years ago
3bf777b
drm/nv50: Make ctxprog wait until interrupt handler is done.
by Marcin Kościelnicki
· 15 years ago
c82b88d
drm/nouveau: Fix fbcon corruption with font width not divisible by 8
by Marcin Kościelnicki
· 15 years ago
37000d2
drm/nv50: Remove redundant/incorrect ctxvals initialisation.
by Marcin Kościelnicki
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
2f41a7f
drm/nouveau: fix *staging* driver build with switcheroo off.
by Dave Airlie
· 15 years ago
8edb381
vga_switcheroo: fix build on platforms with no ACPI
by Dave Airlie
· 15 years ago
1c62233
Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stage
by Dave Airlie
· 15 years ago
6a9ee8a
vga_switcheroo: initial implementation (v15)
by Dave Airlie
· 15 years ago
aa71fa3
Merge remote branch 'nouveau/for-airlied' into drm-next-stage
by Dave Airlie
· 15 years ago
79fa9eb
Merge remote branch 'korg/drm-core-next' into drm-next-stage
by Dave Airlie
· 15 years ago
3bfc7d2
drm/nouveau: use ALIGN instead of open coding it
by Matt Turner
· 15 years ago
b30083b
drm/nouveau: report unknown connector state if lid closed
by Ben Skeggs
· 15 years ago
c52e53f
drm/nouveau: support version 0x20 displayport tables
by Ben Skeggs
· 15 years ago
81e2d42
drm/nouveau: Fix noaccel/nofbaccel option descriptions.
by Marcin Kościelnicki
· 15 years ago
d5f3c90
drm/nv50: Implement ctxprog/state generation.
by Marcin Kościelnicki
· 15 years ago
be079e9
drm/nouveau: use dcb connector types throughout the driver
by Ben Skeggs
· 15 years ago
1157563
drm/nv50: enable hpd on any connector we know the gpio line for
by Ben Skeggs
· 15 years ago
7f612d8
drm/nouveau: use dcb connector table for creating drm connectors
by Ben Skeggs
· 15 years ago
dc5bc4e
drm/nouveau: construct a connector table for cards that lack a real one
by Ben Skeggs
· 15 years ago
f66fa77
drm/nouveau: check for known dcb connector types
by Ben Skeggs
· 15 years ago
54abb5d
drm/nouveau: parse dcb gpio/connector tables after encoders
by Ben Skeggs
· 15 years ago
e7cc51c
drm/nouveau: reorganise bios header, add dcb connector type enums
by Ben Skeggs
· 15 years ago
04a39c5
drm/nouveau: merge nvbios and nouveau_bios_info
by Ben Skeggs
· 15 years ago
7f245b2
drm/nouveau: merge parsed_dcb and bios_parsed_dcb into dcb_table
by Ben Skeggs
· 15 years ago
a6678b2
drm/nouveau: rename parsed_dcb_gpio to dcb_gpio_table
by Ben Skeggs
· 15 years ago
b42861f
drm/nouveau: allow retrieval of vbios image from debugfs
by Ben Skeggs
· 15 years ago
e32b2c8
drm/nouveau: fix missing spin_unlock in failure path
by Luca Barbieri
· 15 years ago
761c5a6
drm/nouveau: fix i2ctable bounds checking
by Marcin Slusarz
· 15 years ago
b762b8c
drm/nouveau: fix nouveau_i2c_find bounds checking
by Marcin Slusarz
· 15 years ago
df31ef4
drm/nouveau: fix pramdac_table range checking
by Marcin Slusarz
· 15 years ago
a1606a9
drm/nouveau: new gem pushbuf interface, bump to 0.0.16
by Ben Skeggs
· 15 years ago
d87897d
drm/nv50: make pushbuf dma object cover entire vm
by Ben Skeggs
· 15 years ago
2ccb04e
drm/nouveau: remove PUSHBUF_CAL macro
by Ben Skeggs
· 15 years ago
9a391ad
drm/nv50: switch to indirect push buffer controls
by Ben Skeggs
· 15 years ago
ff9e527
drm/nouveau: protect channel create/destroy and irq handler with a spinlock
by Maarten Maathuis
· 15 years ago
6c42966
drm/nv50: fix vram ptes on IGPs to point at stolen system memory
by Ben Skeggs
· 15 years ago
76befb8
drm/nv50: fix instmem binding on IGPs to point at stolen system memory
by Ben Skeggs
· 15 years ago
531e771
drm/nv50: improve vram page table construction
by Ben Skeggs
· 15 years ago
4c27bd3
drm/nv50: more efficient clearing of gpu page table entries
by Ben Skeggs
· 15 years ago
66b6eba
drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vram
by Ben Skeggs
· 15 years ago
e7e65ca
drm/nouveau: Fix up pre-nv17 analog load detection.
by Francisco Jerez
· 15 years ago
bf929ef
drm/nouveau: Force TV encoder DPMS reinit after resume.
by Francisco Jerez
· 15 years ago
d9184fa
drm/nouveau: use mutex for vbios lock
by Ben Skeggs
· 15 years ago
bc9025b
Use drm_gem_object_[handle_]unreference_unlocked where possible
by Luca Barbieri
· 15 years ago
13876c6
nouveau: fix state detection with switchable graphics
by Matthew Garrett
· 15 years ago
dd19e44
drm/nouveau: move dereferences after null checks
by Marcin Slusarz
· 15 years ago
b1d37aa
drm/nv50: make the pgraph irq handler loop like the pre-nv50 version
by Maarten Maathuis
· 15 years ago
a87ff62
drm/nv50: delete ramfc object after disabling fifo, not before
by Maarten Maathuis
· 15 years ago
a51a3bf
drm/nv50: avoid unloading pgraph context when ctxprog is running
by Maarten Maathuis
· 15 years ago
eb1dba0
drm/nv50: align size of buffer object to the right boundaries.
by Maarten Maathuis
· 15 years ago
5025b43
drm/nv50: disregard dac outputs in nv50_sor_dpms()
by Ben Skeggs
· 15 years ago
39c9bfb
drm/nv50: prevent multiple init tables being parsed at the same time
by Ben Skeggs
· 15 years ago
3ad2f3fb
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
1ee7698
drm/nouveau: make dp auxch xfer len check for reads only
by Ben Skeggs
· 15 years ago
e235c1f
drm/nv40: make INIT_COMPUTE_MEM a NOP, just like nv50
by Ben Skeggs
· 15 years ago
9967b94
drm/nouveau: Add proper vgaarb support.
by Marcin Kościelnicki
· 15 years ago
126b544
drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.
by Marcin Kościelnicki
· 15 years ago
7dad9ef
drivers/gpu/drm/nouveau/nouveau_grctx.c: correct NULL test
by Julia Lawall
· 15 years ago
f0fbe3e
drm/nouveau: call ttm_bo_wait with the bo lock held to prevent hang
by Luca Barbieri
· 15 years ago
139295b
drm/nouveau: Fixup semaphores on pre-nv50 cards.
by Francisco Jerez
· 15 years ago
69c9700
drm/nouveau: Add getparam to get available PGRAPH units.
by Marcin Kościelnicki
· 15 years ago
a32ed69
drm/nouveau: Add module options to disable acceleration.
by Marcin Kościelnicki
· 15 years ago
f927b89
drm/nouveau: fix non-vram notifier blocks
by Ben Skeggs
· 15 years ago
1622653
drm/nv50: prevent switching off SOR when in use for DVI-over-DP
by Ben Skeggs
· 15 years ago
0107bae
drm/nv50: fail auxch transaction if reply count not what we expect
by Ben Skeggs
· 15 years ago
0208843
drm/nouveau: fix failure path if userspace specifies no valid memtypes
by Ben Skeggs
· 15 years ago
a147089
drm/nouveau: report LVDS as disconnected if lid closed
by Ben Skeggs
· 15 years ago
58d65b8
drm/nv50: prevent accidently turning off encoders we're actually using
by Ben Skeggs
· 15 years ago
134f248
drm/nv50: fix alignment of per-channel fifo cache
by Ben Skeggs
· 15 years ago
7166647
drm/nouveau: Evict buffers in VRAM before freeing sgdma
by Luca Barbieri
· 15 years ago
d051bbb
drm/nouveau: Acknowledge DMA_VTX_PROTECTION PGRAPH interrupts
by Luca Barbieri
· 15 years ago
0d92971
drm/nouveau: fix thinko in nv04_instmem.c
by Ben Skeggs
· 15 years ago
ba59953
drm/nouveau: fix a race condition in nouveau_dma_wait()
by Ben Skeggs
· 15 years ago
12f735b
drm/nouveau: check pushbuffer bounds in ioctl
by Luca Barbieri
· 15 years ago
ac8fb97
drm/nouveau: reserve VGA area for the moment
by Ben Skeggs
· 15 years ago
b8780e2
drm/nouveau: Unset the EDID connector property when the EDID block goes away.
by Francisco Jerez
· 15 years ago
0ed3165
drm/nouveau: Fallback to analog load detection when the EDID block is invalid.
by Francisco Jerez
· 15 years ago
c8ebe27
drm/nouveau: fix edid memleak in nouveau_connector
by Xavier Chantry
· 15 years ago
3d9aefb
drm/nouveau: Break some long lines.
by Francisco Jerez
· 15 years ago
b79d8a6
drm/nouveau: add NV18 device id to call_lvds_manufacturer_script
by Andrea Tacconi
· 15 years ago
716abaa
drm/nv50: Fix typo in PGRAPH initialisation.
by Marcin Kościelnicki
· 15 years ago
b0d2de8
drm/nouveau: less magic DCB 1.5 parsing
by Ben Skeggs
· 15 years ago
ed42f82
drm/nouveau: assume no nv04 board has a DCB table
by Ben Skeggs
· 15 years ago
77cb5c7
drm/nouveau: remove PRIV0 check in nouveau_mem_close()
by Ben Skeggs
· 15 years ago
e147eae
drm/nouveau: wait on fence after bo move if validating for another channel
by Ben Skeggs
· 15 years ago
9855e58
drm/nouveau: trust init table registers are safe
by Ben Skeggs
· 15 years ago
0a90dc51
drm/nv50: wait for pgraph to idle before unloading the context
by Maarten Maathuis
· 15 years ago
fe5a64a
drm/nv04: Fix set_operation software method.
by Marcin Kościelnicki
· 15 years ago
Next »