Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
40efb09a7f53125719e49864da008495e39aaa1e
40efb09
drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add
by Navid Emamdoost
· 5 years ago
0d4c19f
drm/vmwgfx: drop DRM_AUTH for render ioctls
by Emil Velikov
· 5 years ago
4872e6a
drm/vmwgfx: check master authentication in surface_ref ioctls
by Emil Velikov
· 5 years ago
8815a94
drm/vmwgfx: move the require_exist handling together
by Emil Velikov
· 5 years ago
a26ca96
drm/vmwgfx: Replace deprecated PTR_RET
by Lukas Bulwahn
· 5 years ago
36891da
drm/vmwgfx: Call vmw_driver_{load,unload}() before registering device
by Thomas Zimmermann
· 5 years ago
af4eaf1
drm/vmwgfx: Don't use the HB port if memory encryption is active
by Thomas Hellstrom
· 5 years ago
71e7274
Merge tag 'drm-intel-next-2020-01-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
by Dave Airlie
· 5 years ago
dd22dfa6
Merge branch 'linux-5.6' of git://github.com/skeggsb/linux into drm-next
by Dave Airlie
· 5 years ago
6fc376f
Merge tag 'mediatek-drm-next-5.6' of https://github.com/ckhu-mediatek/linux.git-tags into drm-next
by Dave Airlie
· 5 years ago
fd7226f
Merge tag 'drm/tegra/for-5.6-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
by Dave Airlie
· 5 years ago
afa3b96
drm/nouveau/gr/tu10x: initial support
by Ben Skeggs
· 5 years ago
3fa8fe1
drm/nouveau/acr/tu10x: initial support
by Ben Skeggs
· 5 years ago
edec714
drm/nouveau/core: remove previous versioned fw loader
by Ben Skeggs
· 5 years ago
9d350c5
drm/nouveau/secboot: remove
by Ben Skeggs
· 5 years ago
22dcda4
drm/nouveau/acr: implement new subdev to replace "secure boot"
by Ben Skeggs
· 5 years ago
ebe52a5
drm/nouveau/fb/gp102-: unlock VPR as part of FB init
by Ben Skeggs
· 5 years ago
ff213b6
drm/nouveau/core/memory: add macros to read/write blocks from objects
by Ben Skeggs
· 5 years ago
7a4dde7
drm/nouveau/secboot: move code to boot LS falcons to subdevs
by Ben Skeggs
· 5 years ago
91a4e83
drm/nouveau/flcn/msgq: rename msgq-related nvkm_msgqueue_queue to nvkm_falcon_msgq
by Ben Skeggs
· 5 years ago
e1cc579
drm/nouveau/flcn/msgq: pass explicit message queue pointer to recv()
by Ben Skeggs
· 5 years ago
d114a13
drm/nouveau/flcn/msgq: move handling of init message to subdevs
by Ben Skeggs
· 5 years ago
2d06398
drm/nouveau/flcn/msgq: drop nvkm_msgqueue argument to functions
by Ben Skeggs
· 5 years ago
77b1ab6
drm/nouveau/flcn/msgq: switch to falcon queue printk macros
by Ben Skeggs
· 5 years ago
e9602a1b
drm/nouveau/flcn/msgq: simplify msg_queue_pop() error handling
by Ben Skeggs
· 5 years ago
f09a3ee
drm/nouveau/flcn/msgq: remove error handling for msg_queue_open(), it can't fail
by Ben Skeggs
· 5 years ago
86ce2a7
drm/nouveau/flcn/cmdq: move command generation to subdevs
by Ben Skeggs
· 5 years ago
25fd061
drm/nouveau/flcn/cmdq: rename cmdq-related nvkm_msqqueue_queue to nvkm_falcon_cmdq
by Ben Skeggs
· 5 years ago
1497452
drm/nouveau/flcn/cmdq: implement a more explicit send() interface
by Ben Skeggs
· 5 years ago
2b287ae
drm/nouveau/flcn/cmdq: drop nvkm_msgqueue argument to functions
by Ben Skeggs
· 5 years ago
baafecbf
drm/nouveau/flcn/cmdq: switch to falcon queue printk macros
by Ben Skeggs
· 5 years ago
c2c9b24
drm/nouveau/flcn/cmdq: cmd_queue_close always commits, simplify it
by Ben Skeggs
· 5 years ago
2baafff
drm/nouveau/flcn/cmdq: cmd_queue_push can't fail, remove error handling for it
by Ben Skeggs
· 5 years ago
2e8a659
drm/nouveau/flcn/cmdq: split the condition for queue readiness vs pmu acr readiness
by Ben Skeggs
· 5 years ago
a15d8f5
drm/nouveau/flcn/qmgr: rename remaining nvkm_msgqueue bits to nvkm_falcon_qmgr
by Ben Skeggs
· 5 years ago
8e90a98
drm/nouveau/flcn/qmgr: support syncronous command submission from common code
by Ben Skeggs
· 5 years ago
c80157a
drm/nouveau/flcn/qmgr: allow arbtrary priv + return code for callbacks
by Ben Skeggs
· 5 years ago
0ae5943
drm/nouveau/flcn/qmgr: move sequence tracking from nvkm_msgqueue to nvkm_falcon_qmgr
by Ben Skeggs
· 5 years ago
2243118
drm/nouveau/flcn/msgq: explicitly create message queue from subdevs
by Ben Skeggs
· 5 years ago
acc466a
drm/nouveau/flcn/cmdq: explicitly create command queue(s) from subdevs
by Ben Skeggs
· 5 years ago
8763955
drm/nouveau/flcn/qmgr: explicitly create queue manager from subdevs
by Ben Skeggs
· 5 years ago
7e1659c
drm/nouveau/flcn: split msgqueue into multiple pieces
by Ben Skeggs
· 5 years ago
3d0482e
drm/nouveau/flcn: add printk macros
by Ben Skeggs
· 5 years ago
af696a6
drm/nouveau/flcn: reset sec2/gsp falcons harder
by Ben Skeggs
· 5 years ago
b826f48
drm/nouveau/flcn: specify queue register offsets from subdev
by Ben Skeggs
· 5 years ago
e938c4e
drm/nouveau/flcn: specify debug/production register offset from subdev
by Ben Skeggs
· 5 years ago
bc3cfd1
drm/nouveau/flcn: specify EMEM address from subdev
by Ben Skeggs
· 5 years ago
ca3190e
drm/nouveau/flcn: move bind_context WAR out of common code
by Ben Skeggs
· 5 years ago
fb0a5bb
drm/nouveau/flcn: specify FBIF offset from subdev
by Ben Skeggs
· 5 years ago
10e43bf
drm/nouveau/nvenc: add a stub implementation for the GPUs where it should be supported
by Ben Skeggs
· 5 years ago
a5482b9
drm/nouveau/nvdec/gm107-: add missing engine instances
by Ben Skeggs
· 5 years ago
68f0244
drm/nouveau/nvdec/gm107: rename from gp102 implementation
by Ben Skeggs
· 5 years ago
3a900a5
drm/nouveau/nvdec: initialise SW state for falcon from constructor
by Ben Skeggs
· 5 years ago
98a34d9
drm/nouveau/nvdec: select implementation based on available fw
by Ben Skeggs
· 5 years ago
c9af47b
drm/nouveau/sec2: move interrupt handler to hw-specific module
by Ben Skeggs
· 5 years ago
555a000
drm/nouveau/sec2: use falcon funcs
by Ben Skeggs
· 5 years ago
edd757d
drm/nouveau/sec2: initialise SW state for falcon from constructor
by Ben Skeggs
· 5 years ago
7adc40c
drm/nouveau/sec2: select implementation based on available firmware
by Ben Skeggs
· 5 years ago
e14e5e6
drm/nouveau/sec2/gp108: split from gp102 implementation
by Ben Skeggs
· 5 years ago
4f55636
drm/nouveau/gr/gf100-: initialise SW state for falcon from constructor
by Ben Skeggs
· 5 years ago
ef16dc2
drm/nouveau/gr/gf100-: select implementation based on available FW
by Ben Skeggs
· 5 years ago
a096ff1
drm/nouveau/gr/gp108: split from gp107
by Ben Skeggs
· 5 years ago
00e1b5d
drm/nouveau/gr/gf100-: move fecs/gpccs ucode into their substructures
by Ben Skeggs
· 5 years ago
0033f15
drm/nouveau/gr/gf100-: drop fuc_ prefix on sw init
by Ben Skeggs
· 5 years ago
a2bfb50
drm/nouveau/gr/gk20a,gm200-: use nvkm_firmware_load_blob for sw init
by Ben Skeggs
· 5 years ago
6f0add0
drm/nouveau/gr/gf100-: use nvkm_blob structure for fecs/gpccs fw
by Ben Skeggs
· 5 years ago
2952a2b
drm/nouveau/pmu: initialise SW state for falcon from constructor
by Ben Skeggs
· 5 years ago
989863d
drm/nouveau/pmu: select implementation based on available firmware
by Ben Skeggs
· 5 years ago
e905736
drm/nouveau/pmu/gp10b: split from gm20b implementation
by Ben Skeggs
· 5 years ago
334815e
drm/nouveau/gsp: initialise SW state for falcon from constructor
by Ben Skeggs
· 5 years ago
78b10b7
drm/nouveau/gsp: select implementation based on available firmware
by Ben Skeggs
· 5 years ago
c63fe2e
drm/nouveau/acr: add loaders for currently available LS firmware images
by Ben Skeggs
· 5 years ago
67e7c6c
drm/nouveau/acr: add stub implementation for all GPUs currently supported by SECBOOT
by Ben Skeggs
· 5 years ago
31bef57
drm/nouveau/core: define ACR subdev
by Ben Skeggs
· 5 years ago
f25709f
drm/nouveau/core: add representation of generic binary objects
by Ben Skeggs
· 5 years ago
47c8f8e
drm/nouveau/core: add a macro to better handle multiple firmware versions
by Ben Skeggs
· 5 years ago
5ff4154
drm/nouveau/core: output fw size in debug messages
by Ben Skeggs
· 5 years ago
a128bbf
drm/nouveau/flcn: export existing funcs
by Ben Skeggs
· 5 years ago
de04819
drm/nouveau/flcn: fetch PRI address from TOP if not provided by constructor
by Ben Skeggs
· 5 years ago
5a4b98c
drm/nouveau/flcn: move fetching of configuration until first use
by Ben Skeggs
· 5 years ago
633cc9b
drm/nouveau/fault/gv100-: fix memory leak on module unload
by Ben Skeggs
· 5 years ago
409d659
drm/nouveau/disp/dp: fix typo when determining failsafe link configuration
by Ben Skeggs
· 5 years ago
2e4534a
drm/nouveau/drm/ttm: Remove set but not used variable 'mem'
by YueHaibing
· 5 years ago
1eb0134
drm/nouveau: Fix copy-paste error in nouveau_fence_wait_uevent_handler
by YueHaibing
· 5 years ago
3c47e38
drm/nouveau/gr/gv100-: modify gr init to match newer version of RM
by Ben Skeggs
· 5 years ago
7adc77a
drm/nouveau/gr/gk20a,gm200-: add terminators to method lists read from fw
by Ben Skeggs
· 5 years ago
fef1c0e
drm/nouveau/gr/gf100-: remove dtor
by Ben Skeggs
· 5 years ago
0514a6b
drm/nouveau/fault/tu102: define nvkm_fault_func.pin
by Ben Skeggs
· 5 years ago
4886c74
drm/nouveau/core: fix missing newline in fw loader error message
by Ben Skeggs
· 5 years ago
3613a9b
drm/nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new()
by Dan Carpenter
· 5 years ago
176ada0
drm/nouveau/mmu: Add correct turing page kinds
by James Jones
· 5 years ago
72ecb0a
drm/nouveau: Fix ttm move init with multiple GPUs
by James Jones
· 5 years ago
b4229fc
drm/nouveau: use NULL for pointer assignment.
by Wambui Karuga
· 5 years ago
cd04e4f
drm/nouveau/kms/nv04: remove set but unused variable.
by Wambui Karuga
· 5 years ago
2cf3c8b
drm/nouveau/fb/gf100-: declare constants as unsigned long long.
by Wambui Karuga
· 5 years ago
2574c80
drm/nouveau/kms/nv04-nv4x: Use match_string() helper to simplify the code
by YueHaibing
· 5 years ago
d7ca5dd
drm/nouveau/ce/gp10b: Use correct copy engine
by Thierry Reding
· 5 years ago
0d0d498
drm/nouveau/ltc/gp10b: Add custom L2 cache implementation
by Thierry Reding
· 5 years ago
6992ceb
drm/nouveau/secboot/gm20b,gp10b: Read WPR configuration from GPU registers
by Thierry Reding
· 5 years ago
fc12262
drm/nouveau/tegra: Set clock rate if not set
by Thierry Reding
· 5 years ago
Next »